WAKE UP banner

WAKE UP

7 devlogs
12h 50m 25s

Hello, This the Wake Up app. This is an app that will track your productivity by using check list. You can also dump your next project ideal using the brain dump note. You can set the time by click on it , enter the time and it will start counting…

Hello, This the Wake Up app. This is an app that will track your productivity by using check list. You can also dump your next project ideal using the brain dump note. You can set the time by click on it , enter the time and it will start counting down. You can also save than load the same note you have saved for future usage.

Demo Repository

Loading README...

SpeedySchweppers

Dev Log

New stuff

  • Updated UI, thanks everyone for the feedback on the last ship, I’m right now focusing on working on the user UI and trying to create the best version of it. (pretty basic but will continue to update today)
  • Added a drag and drop script, and eye detecting for future stuff
0
SpeedySchweppers

Shipped this project!

Hours: 11.24
Cookies: 🍪 77
Multiplier: 6.81 cookies/hr

THis is my project about productivity app. The hardest part of this project is the class in python since I kinda new to this class, the second hardest is the store data system

SpeedySchweppers

Dev log 6
In this update, I first start working by converting the sticky note and brain dump notes into class. This is the first time i using it. Next it I createa a time count down laberlwhere the user can start count time down ( like spend how much time on my app some thing like that)

0
SpeedySchweppers

Dev log 5
This is a small update to the store_data feature. At first, when I tried to run both programs for example, if I run Sticky Notes first, its data still writes normally. However, after that, I tried using Brain Dump Notes, and the data from Sticky Notes got overwritten.Therefore, my immediate solution is to create folders to save files correctly. In the future, since two files in a folder might have the same name, I might either:

  • Make the file name the same as the title. If the titles for two different notes (but the same type) are the same, the one that comes first will have the number 0 in front, the second one will have number 1, and so on. ( go with this one)
  • or just ask the user what the save file should be named.
0
SpeedySchweppers

Dev log 4
In this dev log, I have created the brain dump note where you can just dump all your thoughts in it. It behaves like a text file. You can also change the title (just like with the sticky notes). I updated the store_data thing so now it saves info when you click on the save button. The things saved are the title (if there is no change, it will auto-save “Brain Dump Note”) and the paragraph part (which is the part you will write on; if there is nothing, the initial_paragraph will just be blank “ “).
#what im going to do next.

  • next I’m probably going to work on the main_menu thing.
  • Camera tracker later.
0
SpeedySchweppers

New stuff

So for this update, I used JSON to save user data (when they press save data). This will save where the user checkmarks, the title name, the content of the notes, and the priority (the highlighted red part).

What is being worked on/planning to working

-Right now I’m starting to work on the main menu, where I will add other note types and the function to load existing notes (which is what the load data feature does). Create a bone structure of the app.
-After finishing the main menu and the other note types, I will start working on the camera detection system where it will detect the user’s eyes / objects such as a phone

Errors I have encountered

  • During my time working on the store system, this is the first time I have ever done this, so this is kind of new. At first, the data would load incorrectly. Therefore, I watched some YouTube tutorials and found stuff on Stack Overflow to help me with this. Idk, but this is the hardest part of my project up till now.
0
SpeedySchweppers

Dev log 2

So I have created the main component for the sticky note. I have added the ability to change the title, add tasks, check buttons, highlight, and finish. When the user presses finish, it returns to the main menu.

What is being worked on

-Right now I’m working on the data storage system, where I will use JSON to store my data such as notes and titles. (Priority #2)
-Making a simple main menu, since my previous one was reset because it was unstable, so I’m starting from scratch. (Priority #1)

Bugs / errors encountered

-During development, I forgot to push a stable version (which I regret). As a result, while adding the timer counter and data storage system into the logic and UI for the sticky note, I lost track of what I was doing.

0
SpeedySchweppers

Dev log
I create a plan on what my app should have and what kind of library I should use. my app will try to match all of these : Task tracker with priorities and streaks. ( detect # of time user slack off / not focus ( like the screen not active
Study planner with daily and weekly views. Distraction blocker helper with accountability tools.
Productivity analytics based on tasks or sessions. ( Angry sound will play - but in future update I will add like animation of someone walking over ur desk and yell at u

Attachment
0