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

Implement History #5

Open
2 of 4 tasks
cjeanneret opened this issue Mar 11, 2021 · 0 comments
Open
2 of 4 tasks

Implement History #5

cjeanneret opened this issue Mar 11, 2021 · 0 comments

Comments

@cjeanneret
Copy link
Owner

cjeanneret commented Mar 11, 2021

  • Add tabs in the UI
  • List older sessions with pagination
  • Load a session, and plot TimeSerie graphs using go-graph
  • Add comments to a session ?
@cjeanneret cjeanneret created this issue from a note in gopolloplus features (To do) Mar 11, 2021
@cjeanneret cjeanneret moved this from To do to In progress in gopolloplus features Mar 16, 2021
cjeanneret pushed a commit that referenced this issue Mar 17, 2021
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.

For now, it just lists the existing sessions using fyne widget.List.
The graphs will be generated using go-chart in the next patches.
cjeanneret pushed a commit that referenced this issue Mar 17, 2021
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.

For now, it just lists the existing sessions using fyne widget.List.
The graphs will be generated using go-chart in the next patches.
cjeanneret pushed a commit that referenced this issue Mar 23, 2021
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.

It generates "graphs" using fyne canvas instead of using any other
complicated, heavy libs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant