Skip to content
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

Signpost window #2

Open
daemontus opened this issue Jun 29, 2023 · 1 comment
Open

Signpost window #2

daemontus opened this issue Jun 29, 2023 · 1 comment
Milestone

Comments

@daemontus
Copy link
Member

Signpost window is the "welcome" screen of AEON sketchbook.
It allows to:

  • Create new sketch.
  • Import network/sketch.
  • Open some stand-alone data explorer (classification, state space, etc.).
  • Lists previously opened projects.
  • Allows to start a workflow.

This should be a relatively simple window with basically no state except for the previously opened projects. But we probably won't be able to finish this until all other features are at least working, so it's definitely not a priority. Maybe we can use it for some initial UI experiments.

@daemontus daemontus added this to the 1.0.0 milestone Jun 29, 2023
@ondrej33
Copy link
Member

A very basic version of the signpost page was added in #55. For now, the initial screen displays a "welcome" message, a logo, a few hints, and several buttons leading to the editor. Users can start a new project, load a model of any supported format, or load an example TLGL model. The signpost is part of the editor window and is conditionally rendered before any user action happens.

In future, we might make it a separate window, but it would be an overkill at the moment. We could also add the list of previously opened projects. There are no workflows yet since the current app only has inference.

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

No branches or pull requests

2 participants