Age | Commit message (Expand) | Author |
2020-05-15 | Change submit button on click | Pjotr Prins |
2020-05-14 | Handle select values on the backend | Adam Novak |
2020-05-13 | Adding some more labels and adjusting some queries | lltommy |
2020-05-05 | Add JS at front end for lists, and date support on backend | Adam Novak |
2020-05-05 | Handle doubles and lists on the backend | Adam Novak |
2020-04-29 | fixing JS due to name changes so the demo works again | lltommy |
2020-04-26 | Pushing some new functions, rename some old ones | lltommy |
2020-04-26 | Adding a function, correcting some variable names | lltommy |
2020-04-26 | Jsonify response and pick the values | BonfaceKilz |
2020-04-23 | Adding API endpoints to drive the homepage. Dirty but functional | lltommy |
2020-04-20 | Use a date picker for any string 'date' | Adam Novak |
2020-04-20 | Support any number of series fields | Adam Novak |
2020-04-20 | Nicer headings for xxx2 fields and float support | Adam Novak |
2020-04-17 | Pull 'doc' from the schema through to the frontend | Adam Novak |
2020-04-17 | Remove extraneous prints | Adam Novak |
2020-04-17 | Create option dropdowns from an options file | Adam Novak |
2020-04-17 | Correct maximum file size message | Adam Novak |
2020-04-17 | Call URLs IRIs because that's more general | Adam Novak |
2020-04-17 | Don't use @id as a URL if no URL is found | Adam Novak |
2020-04-17 | Read schema from package resource | Adam Novak |
2020-04-13 | More testing and output | Pjotr Prins |
2020-04-13 | Format stack dump in output | Pjotr Prins |
2020-04-12 | Website: working on layout | Pjotr Prins |
2020-04-10 | Clarify supported formats and make web UI take FASTQ | Adam Novak |
2020-04-10 | This fixed•••{'type': 'string?', 'jsonldPredicate': {'_id': 'http://purl.obolibrary.org/obo/UO_0000036'}}
{'type': 'string?', 'jsonldPredicate': 'http://purl.obolibrary.org/obo/NCIT_C25688'}
Traceback (most recent call last):
(...)
File "/export/iwrk/opensource/code/vg/bh20-seq-resource/bh20simplewebuploader/main.py", line 106, in walk_fields
for item in walk_fields(field_type, parent_keys + [field_name], subtree_optional or optional):
File "/export/iwrk/opensource/code/vg/bh20-seq-resource/bh20simplewebuploader/main.py", line 92, in walk_fields
ref_url = field_type.get('jsonldPredicate', {}).get('_id', None)
AttributeError: 'str' object has no attribute 'get'
| Pjotr Prins |
2020-04-09 | Put back in directory | Adam Novak |