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

Consistent grouping of robot content #41

Open
2 tasks
mayacakmak opened this issue Sep 24, 2020 · 1 comment
Open
2 tasks

Consistent grouping of robot content #41

mayacakmak opened this issue Sep 24, 2020 · 1 comment
Assignees

Comments

@mayacakmak
Copy link
Owner

Currently we have three different groupings/arrangements of robot content created by developers:

  • Faces: Stored in two places: user-> faces, robot->faces, Editor is robot independent; it gives access to all faces from all users (read-only), and user-> faces (editable).
  • Belly screens: Stored only on robot->screens, all screens are editable by all users of a robot.
  • Programs: Similar to faces, stored in two places: user->programs, robot->programs. But differently, the editor gives access to all programs on all robots (not all programs from all users).

I propose that we make everything consistent with the model of the programs. To that end we need to:

  • Change the face editor to display faces from robots, perhaps similar to the programming interface where the user can browse robots from within the tool (rather than select which robot before opening the tool).
  • Make a belly editor with a similar model, start copying belly screens under user->screens, make them editable only when they are there.
@mayacakmak
Copy link
Owner Author

Probably want to do this before issue #40 ;)

@kaimihata kaimihata self-assigned this Oct 19, 2020
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

No branches or pull requests

2 participants