forked from Dallas-Makerspace/Inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (28 loc) · 1.39 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Features:
*Add pagination of items to categories/view
*Add pagination of items to rooms/view
*Room printouts with QR codes
*Tooltips or help page to explain fields
*Advanced search
**Search through attributes, files, comments and verifications
*Grid view for categories
*CSV export system
*Thumbnails for uploaded files
*AJAXify things like adding comments, files, verifications, etc
*Front-end interface to view audit logs
*Redesign to look nicer?
*Optimize queries with Containable
*Attributes - add/edit/delete for admins
*API?
*Short URLs for QR codes
*Pre-formatted labels for label machine
$ grep -r 'TODO' app/
app/Model/Datasource/LdapSource.php: //TODO add in code to strip models if people try to use model notation like 'User.cn'=>'foobar' etc.
app/Model/Datasource/LdapSource.php: // TODO pb ldap_search & $queryData['limit']
app/Model/Item.php: // TODO: How should we handle qty for things like "4.2 liters of ______", by container?
app/Controller/UsersController.php: // TODO: Not yet implimented
app/Controller/UsersController.php: // TODO: Not yet implimented
app/Controller/AttributesController.php:// TODO: This entire controller is a WIP
app/Controller/CategoriesController.php: //TODO: paginate the items
app/Controller/CategoriesController.php: //TODO: Investigate if there is an easy way to do this
app/View/Helper/QrcodeHelper.php: * TODO: better checking of limits and valid inputs