Skip to content

UX/UI Improvements #451

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

Open
wants to merge 10 commits into
base: scalability
Choose a base branch
from
Open

UX/UI Improvements #451

wants to merge 10 commits into from

Conversation

mariemkallel16
Copy link

Tasks :

Zoom on the node object is too large during initial creation #117
Application Module - Front-end improvements
#282 (added explanation for the module + link to documentation + better show casing of the options)
Added directions in the hompage (link to testing phase as a example to try out for beginners)
Added introductions to all pages with links to documentation
Replaced string entry options with list options with better and more accurate tooltips
Updated some of the options for regression and classification parameters

@MahdiAll99 MahdiAll99 self-requested a review March 26, 2025 18:20
@MahdiAll99
Copy link
Contributor

Finished testing the changes, here are my comments:

  • The text and the links are very clear 😃
  • General comment: I think we can directly say in our documentation (instead of in our Gitbook documentation)
  • I think the testing phase part will confuse users (to discuss)
  • Home page issue: we still see recent workspaces after setting a workspace (will be automatically fixed after merging so no changes to be made)
  • For links: using tag opens links within MEDomicsLab, it's better to open them in the user's default browser by using shell.openExternal("url"). For example:
    <a href="https://medomics-udes.gitbook.io/medomicslab-docs/medomicslab-docs-v0/tutorials" target="_blank" rel="noopener noreferrer" style={{ color: "#0056b3", textDecoration: "none", marginLeft: "5px" }}> MEDomicsLab Documentation </a>
    will become:
    <a><u onClick={() => {shell.openExternal("https://medomics-udes.gitbook.io/medomicslab-docs/medomicslab-docs-v0/tutorials")}} target="_blank" rel="noopener noreferrer" style={{ color: "#0056b3", textDecoration: "none", marginLeft: "5px" }}> MEDomicsLab Documentation </u></a>
  • For learning module nodes, I think it would be more accurate to change nodes' URLs to "https://medomics-udes.gitbook.io/medomicslab-docs/tutorials/development/learning-module#id-1.-available-nodes"
  • Missing documentation link for Evaluation Module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants