djangoflow / flutter-odoo-timesheets

Timesheet tracking app for Odoo
1 stars 3 forks source link

[V1] Main screen #24

Closed ivan1px closed 1 year ago

ivan1px commented 1 year ago

As a user I want to be able to open the app and start timer without odoo login

Figma design link

Technical requirements

  1. The application must function in such a way that timers are not lost even if the application fails or the user loses internet connection.
  2. No Back-end (log-in) is required by default
  3. In V1 we will submit the time only to the Odoo but by the architecture multiple ways of submitting should be possible. Example: Clickup, export via file and share the file.

Empty screen

When user open the app he should be able to see his list of timers without log-in If this is his first time to open the app he should see this empty screen with a button to add new timer.

image

List of timers

If user added multiple timers he will be able to see them on the main screen and start/pause them individually.

image

ivan1px commented 1 year ago

Outdated. new - #47