Code With Me - Timetracking app #8

preview_player
Показать описание
Hang out while I code an app, you can ask me questions, help me solve problems or just watch me code

Framework: Flutter
Language: Dart
Simulator: Xcode ios sim
Text editor: Visual Studio Code
UI Design software: Adobe XD
Computer: Macbook Pro M1 (2020) 16G

Support
Bitcoin: bc1q6hcfq2p6cd498wexntkpr7p2z6t7hxmtp77pkz
Рекомендации по теме
Комментарии
Автор

I'm really hoping for an update soon that the app is finished.

iskaaa
Автор

Hi Kalle,
as a suggestion: my approach to recording the times would be to make an entry in the database using project and DateTime.now() every time the time starts. When the time stops, make an entry with project and DateTime.now(), calculate the difference and display it in the project tab.
When calculating, then search for all entries from the same project and display the total sum of the times if there are several entries from the same project.
So in total you only need to check the entries by project and calculate the sum of the times.
I hope that was clearly expressed.
Greetings from Germany

saschaaretzpd