Ragnyll / FridgeFiller

Our Project For CS 4096
1 stars 1 forks source link

Model Creation #7

Closed Ragnyll closed 8 years ago

Ragnyll commented 8 years ago

Create and test models for the application based on the database schema.

Ragnyll commented 8 years ago

The base models have been created.

Completed: I removed grocery list from our schema and made it just a generic list item I added a little bit of data until i got bored I added a basic view at the root index to show a few of the models binding correctly.

Todo: I need to figure out how to match a list to a group of users and allow read/write access based on certain criteria. I need to add more mock data for testing I need to make more complete views for testing.

jonsimington commented 8 years ago

Jake and I confirmed that the models were set up correctly.

The TODOs are still needing to be done.

jonsimington commented 8 years ago

@Ragnyll and I went over the new models this afternoon. They work great. We should close this issue, it keeps confusing me!