Ameobea / network_database

Web application to hold networks in a centralized location for processing and analysis.
0 stars 0 forks source link

Better network results sorting for browse and screener #17

Open Ameobea opened 8 years ago

Ameobea commented 8 years ago

Since the calculations have been converted from a list to a dictionary, it's now possible to get access to them much more easily. Since this is possible, the option to sort results by every stored calculation/attribute is now possible. This option should be available to the user in the form of a dropdown menu or something like that.

It may be necessary to make a database of descriptive names for each of the camelCaseCalculationNames in the database which would make it possible to much more easily add them in the future, but it may be easier to just hard-code them.