Skip to content

sei-ec-remote/cat-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cat Collector

fun lil django app all about cats

User Stories

  • As a User, when I click the View All My Cats link, I want to see a page listing all of my cats.
  • AAU, when I click on a cat in the cat list, I want to see a page that displays all the details for that cat.

ERD

erd

Routes

route controller action /cats cats index view all cats /cats/:id show cats view one cat

Development Steps

1. Start by adding the url, to our urls
2. create the view function associated with that url
3. make the html template for that view
4. add some functionality(UI) to quickly get to that template

Releases

No releases published

Packages

No packages published

Languages