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

Initial Web UI - Proof of Concept #122

Closed
6 of 7 tasks
philosowaffle opened this issue Jun 16, 2021 · 1 comment · Fixed by #123
Closed
6 of 7 tasks

Initial Web UI - Proof of Concept #122

philosowaffle opened this issue Jun 16, 2021 · 1 comment · Fixed by #123
Assignees
Labels
enhancement new feature / improvments WIP

Comments

@philosowaffle
Copy link
Owner

philosowaffle commented Jun 16, 2021

  • Expose a restful http api
    1. Expose a POST method that acts as an rpc call to run a sync job
      1.POST /api/sync?numWorkouts={int?}
    2. Expose Swagger docs
  • Create a simple web app with a button that kicks off the sync job
  • When Polling is enabled, background sync task should run in addition the the UI
  • Create docker entrypoint script to conditionally launch UI vs. Console app
  1. Observability
    • Metrics
    • Tracing
    • Logs

Notest:

@philosowaffle philosowaffle added enhancement new feature / improvments v2 labels Jun 16, 2021
@philosowaffle philosowaffle self-assigned this Jun 16, 2021
@philosowaffle philosowaffle linked a pull request Jun 18, 2021 that will close this issue
@philosowaffle
Copy link
Owner Author

It's not the prettiest thing, but it does seem to be working. Progress screenshots:

2021-07-31_10-32-38
2021-07-31_10-32-53
2021-07-31_10-33-05
2021-07-31_10-33-27
2021-07-31_10-33-38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature / improvments WIP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant