New features : Dynamic submit page - webpage output display#30
Open
VChapdelaineT wants to merge 8 commits into
Open
New features : Dynamic submit page - webpage output display#30VChapdelaineT wants to merge 8 commits into
VChapdelaineT wants to merge 8 commits into
Conversation
- Removal of API - Addition of public profile for jobs sent anonymously.
- default error message - items in drop-down menu allows HTML flexibility
Error Description
Cosmetic changes also corrects scroll to the top
Objective : Create a pull for Cloudgene main (genepi)
- Upgrade desired -
-- custom HTML display in results (as a content panel - tab similar to log display)
-- Dynamic inputs
- not Desired (to remove or add back, to be done) -
-- Remove Public access--
-- Add back API access --
- Revert Public user allowed - Reimplementation of API (reversion) - 3.1.3 update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduce the following new features
Dynamic Submit page :
This feature introduce a collapse switch. This button style switch is a based on the radio style it allows to collapse non selected linked inputs, at present it requires interpretation in the linked application to ensure proper interpretation of the collapsed/expended feature. The collapsed features are based on the key associated values and interpreted as a space delimited id. The selected key is also transmitted via submission. This objective allows developers to simplify mututally exclusive options in the same pipeline.
example yaml config :
webpage display :
This feature introduce a new output type (webpage), which is meant to allow app developer to create custom html based (potentially linking to other front end language) display at the level of the results (similar to the log tab). Essentially, this output should be a folder containing an index.html file and any required other file. The description will dictate the tab label.
example yaml config :
** This pull is from a fork ( CRISPR-BEasy_cloudgene3 ) which also allowed public access and removed API. these features were reverted.