differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

Views #18

Closed angeanto closed 6 years ago

angeanto commented 6 years ago

show , edit , delete , add storage , add item , add space works perfect . Items_Storage adds ids for item and storage but we have to handle quantity ( it was null=False , i changed it to True , commit--> igration , i forgot the 'm' . ) Also , Update + Delete functions added for model Item. Everything seems to work perfect . I think we are ok with basic functionality . We should take care of : 1) Nested routes , 2 ) Datatables Check carefully the changes and test everything in order to know that we are fine with this and move on to the display/visual part of the app . We should take care of : 1) Nested routes , 2 ) Datatables My next step is to handle urls and the whole ' functionality' of the app . If we end this until Monday-Tuesday we are well on our way , having 8-9 days to end the display-part ( + images , some javascript(?) etc)

--> Last commit solved problem to view spaces on url: spaces/ **** BUT it dont works to show storages of spaces because i think spaces_show function need space_id .to work not pk . Now that ive changed it again to as it was from the beggining i works fine . Im confused about this . Last commit must be UNDONE. I'll drop it here for you to test

differentreality commented 6 years ago

Not working:

differentreality commented 6 years ago

I'll merge to move on