Please sign in to access this page
Helpers is an app about automations, that help me in daily life tasks.
Lucas11
Check their projects out: Lucas11 Website, RanBoom, Helpers Frontend, Helpers Go, SprOS, Lunardactyl, Sprog PC
Neon
Check their projects out: Annoy Lou, Slack zeon, Ntfy w/ som, Summer of making Share votes, @grok is this true, ruby scrapes a book site, SoM userscript, Shipwrecked random phone number, Washing machine updates
Alric Marvel
Check their projects out: Portfolio Website (Sick Animations), Pactable (ez agreements), ProComm (Professional Communicator), Oncology.AI
Toshit
Check their projects out: epoxy-tls, SoM Grand Survey: Mount Kablooey Summit Visitor Center, m3-dreamland, dreamland.js, scramjet, SoM Harbor, powerd, Summer Of Making
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Users can now register devices into the push notifications service. Also fixed some bugs on the API
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
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
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
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
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.
API - Added admin send endpoint
API - Added notifications checkIn endpoint
API - Added get notifications endpoint
API - Some bug fixes