slate banner

slate

9 devlogs
19h 58m 38s

new year new me
but I can have a new me without having a productivity app to help me lock in

Demo Repository

Loading README...

eden.dwliang

No real progress on anything this devlog, just doing it to track progress

  • added theme column to user profiles in supabase to track whether users are in light or dark mode, so it can be synced across devices
  • tried to build windows but realized there are a lot of differences between windows and mac, so finished mvp app tracking python script
  • started react native app, right now i only have the basics as ive never done mobile dev before, so just tinkering with things

hopefully will finish windows dev this weekend and get mobile app mvp done by feb

Attachment
0
eden.dwliang

v1.3.2

  • events now have colors
  • events are now toggleable to be shown on the monthly view
  • bugfixes
  • macOS download page now works
  • mobile waitlist form
  • reorganized the repo so I can add mobile easily

starting react native this week, hopefully will finish an MVP in a week
For calendar, I think the final major step I plan on doing is adding repetitive tasks which can be scheduled to be repeated weekly. Also, maybe some way to link tasks with events.

Attachment
Attachment
Attachment
Attachment
0
eden.dwliang

Didn’t add devlog in a while because busy with school

changes (v1.3.0)

  • Integrated focus tracking
  • UI improvements
  • bugfixes
  • new weekly and daily view in calendar
  • improved events system

I also tried to create a downloadable desktop app, but right now apple can’t verify whether the file is safe.

Btw this is meant to be useful for students and people who need planners, so if u have feature ideas lmk in comments

Attachment
Attachment
0
eden.dwliang

script:

  • realized that getting full url was redundant and maybe invasion of privacy, so used urlparse to get only base website
  • created lists to find new websites to add to either productive or unproductive apps (to be decided by user)

website:

  • bunch of bug fixes
  • added a countdown in addition to stopwatch
  • added fullscreen mode to clock
  • improved homepage UI (includes histogram and total user data)

note: changes will not be deployed until weekend so I can quickly debug anything that goes wrong

Attachment
Attachment
Attachment
0
eden.dwliang

Started work on a new script to track which window / website the user is on to throw warnings when user gets off track and to ensure accuracy in focus sessions

currently MVP is complete which prints which app or website the user is in by using osascript / AppleScript and PyObjC.

Attachment
1

Comments

dotunoye20
dotunoye20 2 months ago

this is really cool mate

eden.dwliang

mainly bug fixes
added new analytics (such as cumulative total for party stats)
increase max party size to 10
added time zones for better time tracking
added heat map

Attachment
Attachment
1

Comments

TheIsGeoff
TheIsGeoff 2 months ago

Looks really clean

eden.dwliang

Added party to keep track of focus sessions between friends and create opportunity for friendly competition (to see who’s more locked in)

Removed edit mode for tasks, instead allowing users to edit individual info (due date, priority, name) just by clicking on the badge/button, allowing for much cleaner UI

Attachment
Attachment
0
eden.dwliang

Added a backend with supabase
included sign in with email and password and email confirmation

Attachment
Attachment
0
eden.dwliang

added firebase authentication to allow login and logout
added a login page
added a settings and log out page
fixed transition colours and button appearance

Attachment
Attachment
0