feat: add load demo data button for the online demo webapp#60
Merged
Conversation
Closed
CunliangGeng
requested changes
May 22, 2025
Member
CunliangGeng
left a comment
There was a problem hiding this comment.
Great that you found a nice platform to host it!
Since now we have demo service, the README could be restructured to the following order: Online demo, Using the webapp, Installation.
CunliangGeng
requested changes
May 22, 2025
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
|
gcroci2
added a commit
that referenced
this pull request
May 23, 2025
* update dev notes with branching and releasing sections * change test to dev * set debug false for release * add detail about debug * debug true * remove darkmode components (#58) * feat: add the possibility to change x-axis in the gm table plot (#59) * add class_bgcs key to processed_data * add dropdown option for x-axis * match styles * display none selector when there is not data * make sure that the plot is reset to default x-axis when new file gets uploaded * fix tests * feat: make the cutoff filter for the scoring datatable clearer, and add filtering functionality to all columns (#57) * make cutoff meaning clearer * add filtering to the candidate links table * remove unused confusing Aa box * fix filtering row visualization * add docs for filters in candidate links tables * remove wrong operator * add link to all filtering operators * align placeholder and user input to the left * feat: add load demo data button for the online demo webapp (#60) * add demo data button * add test for load demo data * add docs for online demo * add unique id to loaded demo data * improve sections order * add cleanup flag, defaulted to True * add test for cleanup flag * change default cutoff to 0 * add readme suggestions * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * Update README.md Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * use conda instead of venv * wrap subsections --------- Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl> * fix linter issue * fix mypy issue * add back ignore missing imports --------- Co-authored-by: Cunliang Geng <c.geng@esciencecenter.nl>
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.



I successfully deployed the NPLinker webapp to nplinker-webapp.onrender.com using Render. The deployment is automatically linked to the
mainbranch and updates with every push.This PR adds a "Load Demo Data" button that allows users to instantly load sample data without manually downloading files. The button automatically downloads the mock dataset from the repository, processes it through the same pipeline as uploaded files, and provides immediate access to all webapp features for testing.
Reliable operation with multiple simultaneous users is ensured:
dcc.Storecomponents are client-side by default, ensuring complete isolation between browser sessionsdash-uploaderautomatically generate unique filenames using timestamps and random strings