Derrell Lipman
Derrell Lipman
We need to carefully examine the code to see what can be queried on, and generate an index description for App Engine. The current mechanism, of relying on running the...
Currently, per-RPC permissions as assigned on a per-user (visitor) basis. We should also provide groups which have permission sets, so if a user is in a group, he has the...
There are going to be too many applications for the entire application list to be loaded into memory at one time, for the Application Management module. This module should be...
Currently, RPC failures generate an alert() message. Those failures should be somehow incorporated into the particular GUI for which the failure is occurring.
We currently have input coming from the user (in an RPC) that is entirely unvalidated and put into the database. In some cases, the data needs conversion (e.g. tags may...
All of the *.sh files are getting converted to have crlf line endings. Research gitattributes (http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html) and explicitly assign .sh files to use nl endings.
Implement the Advanced Search capatility in the Find Apps module. This will provide a gui to the query functionality which already exists in the backend.