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 a view for WarpDrive #13

Open
koreanwglasses opened this issue Mar 26, 2019 · 1 comment
Open

Create a view for WarpDrive #13

koreanwglasses opened this issue Mar 26, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@koreanwglasses
Copy link
Collaborator

This is larger issue that would require several other things to be taken care of first. Implementing this would involve the following tasks (which may be their own issues):

  • Deciding where to store the stages (files that the user doesn't have, but is online)
  • Creating basic controls that can warp to stages based on ID
  • Find a user friendly way to present stages
  • Have validation in the model
  • Any other issues that may come up
@koreanwglasses koreanwglasses added the enhancement New feature or request label Mar 26, 2019
@koreanwglasses koreanwglasses self-assigned this Mar 29, 2019
@koreanwglasses
Copy link
Collaborator Author

Prototype pushed to https://github.com/codingandcommunity/copilot/tree/feature-Warp-Drive-View. Features include:

  • Stages stored in a tmp folder in the Copilot plugin installation directory.
  • A file to store persistent information about the project, such as where the stages are located
  • A simple view to wrap to different stages (no validation of stage to stage yet)
    • Currently uses a simple select menu based on stage ids (with no stage names)

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

No branches or pull requests

1 participant