aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader
AgeCommit message (Collapse)Author
2020-05-05Add back necessary form-swapping javascriptAdam Novak
This partially reverts 03cbed808805ccdbff639eaa67e8f8b26c7275b3. Unless we actually take the inactive form fields out of the form in the DOM, their "required" attributes will prevent form submission. We can't just hide them.
2020-05-05Use invisible class instead of hidden classAdam Novak
2020-05-05Add JS at front end for lists, and date support on backendAdam Novak
2020-05-05Handle doubles and lists on the backendAdam Novak
2020-04-29fixing JS due to name changes so the demo works againlltommy
2020-04-26Pushing some new functions, rename some old oneslltommy
2020-04-26Adding a function, correcting some variable nameslltommy
2020-04-26Update styles to match suggested mockupBonfaceKilz
Ref: https://xd.adobe.com/view/fa2b4841-e463-432e-7465-e96b4ed200ff-8c1a/screen/b84fcf66-9580-4ae2-b37d-7ee15401d627/Pangenome-Browser-Manual-Metadata-Host
2020-04-26Display the output of the queries as prettified JSON for nowBonfaceKilz
2020-04-26Jsonify response and pick the valuesBonfaceKilz
2020-04-26Add basic structure for interacting with the APIBonfaceKilz
2020-04-26Remove unnecessary JSBonfaceKilz
2020-04-26Put JS code in its own JS fileBonfaceKilz
2020-04-26Reposition sponsor logo at the bottomBonfaceKilz
2020-04-26Put CSS code into it's own separate CSS fileBonfaceKilz
2020-04-26Make package data accessible from `setup.py`BonfaceKilz
Based off: https://stackoverflow.com/a/39024947/3668255
2020-04-23Adding API endpoints to drive the homepage. Dirty but functionallltommy
2020-04-20Use a date picker for any string 'date'Adam Novak
2020-04-20Support any number of series fieldsAdam Novak
2020-04-20Nicer headings for xxx2 fields and float supportAdam Novak
2020-04-17Make ? link show doc info and a different link to the ontology IRIAdam Novak
2020-04-17Tooltip the whole labelAdam Novak
2020-04-17Pull 'doc' from the schema through to the frontendAdam Novak
2020-04-17Remove extraneous printsAdam Novak
2020-04-17Create option dropdowns from an options fileAdam Novak
2020-04-17Correct maximum file size messageAdam Novak
2020-04-17Call URLs IRIs because that's more generalAdam Novak
2020-04-17Don't use @id as a URL if no URL is foundAdam Novak
2020-04-17Read schema from package resourceAdam Novak
2020-04-13Merge pull request #17 from BonfaceKilz/masterPjotr Prins
[Fix] Correctly render form element inside chromium (closes #9)
2020-04-13Fix wrong rendering of form elements inside chromium (closes #9)BonfaceKilz
https://css-tricks.com/almanac/properties/b/break-inside/
2020-04-13Added link to REDCapPjotr Prins
2020-04-13More testing and outputPjotr Prins
2020-04-13Format stack dump in outputPjotr Prins
2020-04-13Image credits & enable buttonPjotr Prins
2020-04-13Logo heightPjotr Prins
2020-04-13Web layout and logosPjotr Prins
2020-04-12Web: added Arvados logo - need to change CSSPjotr Prins
2020-04-12Add pop-up to give upload advicePjotr Prins
2020-04-12Web pagePjotr Prins
2020-04-12Website: working on layoutPjotr Prins
2020-04-12Merge pull request #7 from BonfaceKilz/masterPjotr Prins
Add custom css styling
2020-04-10Fix source link againAdam Novak
2020-04-11Make CSS responsive for smaller screensBonfaceKilz
2020-04-10Merge remote-tracking branch 'bonface/master' into ui-improvementsAdam Novak
2020-04-10Clarify supported formats and make web UI take FASTQAdam Novak
2020-04-11Add custom css stylingBonfaceKilz
- Update font - Make layout look more aesthetic
2020-04-10This fixedPjotr Prins
{'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'
2020-04-09Point to new repo for sourceAdam Novak
2020-04-09Put back in directoryAdam Novak