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

Set up canvas #6

Closed
1 task done
RelativeForce opened this issue May 19, 2020 · 0 comments · Fixed by #11
Closed
1 task done

Set up canvas #6

RelativeForce opened this issue May 19, 2020 · 0 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request
Projects

Comments

@RelativeForce
Copy link
Collaborator

RelativeForce commented May 19, 2020

Details:

Hours Spent: 13

Background

The canvas is how the user will view the plot. This canvas needs to be able to display all the features that are found in CanvasPlotter.hs

Overview

The canvas should be embedded in the halogen view. There should be a button added to the view that can be made to call any of the features like draw polygon. This is simply a proof of concept and hence the appearance of these features can be refactored later.

Acceptance Criteria

  • There is a UI button that will draw a simple polygon on the canvas

Closing Notes

Overview of changes can be found in #11

It should be noted that there is currently no support for stopping plot computation in the middle of its execution as this requires a unique way to handle doing large computations.

@RelativeForce RelativeForce added the enhancement New feature or request label May 19, 2020
@RelativeForce RelativeForce added this to the M1 (Canvas + Halogen) milestone May 19, 2020
@RelativeForce RelativeForce added this to To do in Robust plot May 19, 2020
@RelativeForce RelativeForce moved this from To do to In progress in Robust plot May 19, 2020
This was referenced May 21, 2020
@RelativeForce RelativeForce self-assigned this May 21, 2020
@RelativeForce RelativeForce moved this from In progress to Review in progress in Robust plot May 21, 2020
Robust plot automation moved this from Review in progress to Done May 22, 2020
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
Robust plot
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant