Set up app event dispatching #124

Closed
opened 2023-12-19 16:02:27 +00:00 by savanni · 0 comments
Owner

We need a way of having events that asynchronously cross from the UI to the app and back. For instance, when the user selects to save options on the welcome screen, we need an event to go out to the App to open the database, and then for the app to send a signal back to the UI. These should occur on separate threads so that the UI doesn't block. In some cases, the UI should have a loading indicator.

When the UI receives the signal that the database has been opened, then it should know to switch to the Historical view.

We need a way of having events that asynchronously cross from the UI to the app and back. For instance, when the user selects to save options on the welcome screen, we need an event to go out to the App to open the database, and then for the app to send a signal back to the UI. These should occur on separate threads so that the UI doesn't block. In some cases, the UI should have a loading indicator. When the UI receives the signal that the database has been opened, then it should know to switch to the Historical view.
savanni added this to the Fitnesstrax: MVP Basic editing milestone 2023-12-19 16:02:27 +00:00
savanni added this to the Fitnesstrax project 2023-12-19 16:02:27 +00:00
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: savanni/monorepo#124
No description provided.