Please sign in to access this page

Helpers

Helpers Used AI

23 devlogs
52h 46m
Created by Afonso

Helpers is an app about automations, that help me in daily life tasks.

Timeline

bugs, icons, and cloudflare misconfigurations!

Update attachment

I fixed many small issues across the app and made the build release.

Update attachment

You can now create, read, update and delete helpers via the app

Update attachment

Users can now register devices into the push notifications service. Also fixed some bugs on the API

Update attachment

I migrated the 'busAlerts' helper and also fixed some bugs related to params in the api

Update attachment

I made an internal helper (checkIn) that sends heartbeats to betterstack so ik that the server is alive.
I also spent many time trying to fix bugs in the queue, especially CRON to timestamp conversions and duplicate schedules

Update attachment

I spent a lot of time trying to debug something that wasn't a bug...
I did also add a queue refresh system, that runs every 10m

Update attachment

I added API endpoints to edit and delete helpers. Also fixed (a lot!) of bugs here and there

Update attachment

Making the API endpoints that edit the queue. Also some bug fixes, and improvements

Update attachment

Finished making the execution queue system!
This system runs at start and creates a running queue for the next 2 hours. Every 5 minutes, the queue gets extended for more 5 minutes.
A dispatcher dispaches the jobs (helpers) every second, and they run!
When someone updates the API, the queue is updated in real time

Update attachment
Afonso Afonso about 1 month ago
this was a (bit) complex and had some AI help on it

I started making the new helper loading system. This will put helpers into a execution queue. It's not finished yet!

Also some very small bug fixes here and there

Update attachment
  • [API] Allowing user impersonation for admins
  • [API] Sending an email when an account is suspended
  • [API] Bug fixes
  • Make the nest workflow work again
Update attachment

I implemented part of the notifications page on the app. This took a lot of time since i need to do try, fail, and repeat!
At the moment, you can scroll and see your notifications.

Update attachment

API - Added admin send endpoint
API - Added notifications checkIn endpoint
API - Added get notifications endpoint
API - Some bug fixes

Update attachment
  • [APP] Suspended Screen
  • [APP] Color Scheme revamp
  • [APP] Layout bug fixes
  • API Bug fixes
Update attachment
  • Many bug fixes
  • (Trying to) prevent DDos attacks
  • Started making admin routes for the admin dashboard
  • Made a logo
Update attachment

Adding a route to create and edit push devices

Update attachment

Many bug fixes

Update attachment
  • New login and delete account endpoints
  • Bug fixes / small little things
Update attachment
  • Sentry is now implemented in the API
  • Minor bug fixes
  • Continuing the new accounts system
Update attachment

I started implementing a new account system!

Update attachment