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

Create mission control #20

Closed
hbradio opened this issue Aug 16, 2018 · 7 comments
Closed

Create mission control #20

hbradio opened this issue Aug 16, 2018 · 7 comments
Assignees
Milestone

Comments

@hbradio
Copy link
Contributor

hbradio commented Aug 16, 2018

mission control mock

@hbradio
Copy link
Contributor Author

hbradio commented Aug 16, 2018

Missing from mock: logo in leftmost corner of menu bar

@hbradio
Copy link
Contributor Author

hbradio commented Aug 16, 2018

I think the "Connect to a rover" link should open a modal?

@hbradio
Copy link
Contributor Author

hbradio commented Aug 16, 2018

A "Name this program" modal should show initially, similar to old design.

@hbradio
Copy link
Contributor Author

hbradio commented Aug 16, 2018

"Remix this program" should make a copy of the program and bring up the "Name this program" modal to give the copy a new name.

@hbradio
Copy link
Contributor Author

hbradio commented Jan 21, 2019

@wavetylor, here's a piece of this that would be good to carve out:

In the top right corner of the mock image, there's a "Connect to a Rover" section. For starters, maybe you could make that move contain a list of all the user's Rovers names?

For a start, we could just list the names. When I finish the Websockets stuff, we can wire up the "connected" indicators.

The changes will all be in this UI repo. The README should have instructions for running it.
https://github.com/rovercode/rovercode-ui

For local development, the UI looks for a local instance of the Django API. Instructions for running it are here:
https://github.com/rovercode/rovercode-web

The Rovers list comes from /api/v1/rovers. @jakenewby made an example of fetching the Rovers in RoverList.js (which we're actually using as the landing page right now). So, you should be able to use the same fetchRovers redux action like he did there.

There's always folks on https://rovercode.zulipchat.com if anything in our setup instructions don't work!

@hbradio hbradio added this to the Beta milestone Mar 5, 2019
@cabarnes
Copy link
Member

@aninternetof I think this is complete as well now that the active rover selection has been added?

@hbradio
Copy link
Contributor Author

hbradio commented Mar 19, 2019

Agree! Closing.

@hbradio hbradio closed this as completed Mar 19, 2019
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