forked from arayabrain/barebone-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No.10]Support for user customization of plots displayed on the website #351
Comments
Scope of request to developer
|
Implementation plan for your requirements:
Some suggestions to increase user experience:
Above proposals remove the need for manual file edits and provide a more seamless and intuitive experience. The configuration can be stored in YAML file or database. |
One yaml for all or multiple yaml for each parameter type? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirement
Plot images and statistical data posted on the optinist-for-server website, To provide documentation of the customization procedure and adjustments to the system to allow users (non-IT engineers and data researchers) to easily customize the above posted data.
related docs
Current Specifications
Current Website display specifications
Experimental View
Plot images (right side from
pixel image
)GET /public/experiments
header.graph_titles
studio.app.optinist.routers.expdb.EXPERIMENT_GRAPHS
GET /public/experiments
items.graph_urls
studio.app.optinist.routers.expdb.get_experiment_urls
Cell View
Plot Images (right side from
Cell Mask
)GET /public/cells
header.graph_titles
studio.app.optinist.routers.expdb.CELL_GRAPHS
GET /public/cells
items.graph_urls
studio.app.optinist.routers.expdb.expdbcell_transformer
Statistics (right side from Plot Images)
GET /public/cells
items.statistics
studio.app.optinist.routers.expdb.get_cell_urls
Specifications for generating various data
Flow of data generation
The data creation process consists of the following batch processes.
Plot Images generation location
Cells Statistics generation location
Tasks
Code modification
Documentation
The text was updated successfully, but these errors were encountered: