Close

4/21/23 Log 3 - P.N.

A project log for Task managing app

An app to help people organize and complete tasks

parker-nParker N 04/21/2023 at 16:470 Comments

So far, we seem to be making good progress. We have finished designing everything and have all started coding. Unfortunately, the MIT app invetor is not multi user conpatable, this will lead to problems in the near future. So far we have finished creating a basic timer. By using the global_start instead of text, we made the timer more stable. Code we have so far:

Some code for an early version of the task screen

Some code for an early version of the screen

The screen for an early version of the task

Some code for an early version of the testing screen. This version used a somewhat unstable timer. The timer code relied on the changing of the text to pause or start the timer, this would lead to errors so we decided to modify the code too become more stable

Some code for an early version of the test screen. This version uses the more stable global_start compared to the previous start_button.text

Some code for an early version of the task screen, this version has a bar to show current progress

Some code for an early version of the testing screen

Some code for an early version of the navigation screen

Discussions