ng2-codelab icon indicating copy to clipboard operation
ng2-codelab copied to clipboard

Come up with a better cat data

Open kirjs opened this issue 8 years ago • 3 comments

kirjs avatar Nov 29 '16 03:11 kirjs

We're currently don't have enough cute cats, need someone to find more and add them here: https://github.com/kirjs/ng2-codelab/blob/d79a9e87252a11fd97fb627bc2ace086ca31bec5/src/exercises/shared/Api.ts

kirjs avatar Nov 29 '16 17:11 kirjs

@kirjs why don't we actually hook up the application with a database, and from there we can fill the database with FAKE data using FAKE info generators like: FAKER

maasteh avatar Nov 30 '16 14:11 maasteh

The primary reason is for the upcoming course I need it as light as possible with minimum external dependencies, ideally offline. Also for this particular course people had a very hard time with promises (though with this kind of app we can have a promise tutorial tab)

For now we just need a few cats handpicked with love, but can do something more advanced in the future.

kirjs avatar Nov 30 '16 14:11 kirjs