jhauserw3241 / cdcdb-webserver

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

Add functionality for info on requests page #123

Open jhauserw3241 opened 7 years ago

jhauserw3241 commented 7 years ago

The information button would show all of the information about the request along with the rest of the information for the request itself. So a view for the requester info and item info.

pastly commented 7 years ago

I would like to close this issue without adding the functionality. There's no info (IMO) that is needed to be shown explicitly that needs to be on a /requests/<id> page.

Right now, /requests only shows pending requests. I suggest that I also add a table for currently checked out items to the /requests page. In addition to the columns in the current table, it would have an approved_by column.

I think these two tables cover everything we care about. I'm assigning everyone for opinions. If you have no opinion, feel free to unassign yourself.

Deedasmi commented 7 years ago

Works for me.

jhauserw3241 commented 7 years ago

If you are not going to add the functionality, I would ask that you remove the button entirely. However, I have no problem with that course of action.