jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Add item category to item edit page (and item views) #110

Closed Deedasmi closed 7 years ago

Deedasmi commented 7 years ago

https://github.com/pastly/db-final-project/issues/20

Item's now have a category. Need a dropdown with 'Uncategorized' 'Laptop', 'Lockpick', 'Misc', 'Documentation'. Uncategorized is default.

Column is NOT NULL, so make sure to send the default.

Deedasmi commented 7 years ago

Per Caleb: Add 'Infrastructure' to possible values for dropdown

Deedasmi commented 7 years ago

@pastly, can you get this field added by tomorrow?