-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Just a couple things that need to be added to the GUI:
- Look at adding in light tone template text on the "Link to access" and "Citation Requirements" so that people kinda know what to add
- Regular expression check for spaces/numbers/special characters (other than underscore) in dataset name
- Remove printouts to screen (change to logging if there is information that needs to be captured)
- Configuration/constants file for changing the values in the dropdowns
- Remove or rename section headers (ie. "Section 1", "Section 2" ...)
- Add a
naoption for spatial resolution (for example, costs dataset wont have a spatial resolution) - Add a check on dataset name for duplicate dataset names that already exist
- Indicate that the tags are multi-select
- Remove the indent from the module level docstring (pep8/pep257)
- Add a one line description to top of docstring (can be a template name for now) (pep8/pep257)
- Move ending triplequote to new line (pep8/pep257)
- Change two blank lines in between comments to a single blank line
- Update naming convention for tags. For example, they should be formatted as
sector:power, rather then justpower
For the docstring comments, the general template should be as follows:
"""One line description
Module information
"""Kinda an aside, did we drop the description field? If we did, thats totally okay! If we didn't, thats missing from the form.
It's looking good!!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request