Eager

Helpdesk, Documentation Site, In-App Notifications, & More

Published a blog article on why I redesigned the app UI: https://eager.app/blog/why-we-redesigned-our-shared-inbox-ui/

Optimized SQL queries. One-liner of an achievement, but took ALL day.

Wrote another documentation article for https://eager.app/docs/collections/1/articles/1-create-and-manage-team-members

I'm trying to keep up with this at least once per day. It's easy to code. It's hard to document well (so users can help themselves).

Fixed some JS error. Wasn't breaking the app, but gotta get rid of those console errors, right?

Added iOS notification for myself when new account/user is created :-)

Added a gallery for users to use images they already uploaded previously

Added functionality to add articles to collections in the articles view

Added sorting ability for help (soon to be chat) widget

Took me a couple of iterations. Tried doing the drag and drop thing (blocks were too big). In the end, settled for an up and down button that immediately triggers the sort. Works not bad.

Added option to add contact form (with file attachments) in help widget!

Finished the documentation site app.

What started off as a "This will take me about 3 days", well... let me tell ya, 12 days later...

Fixed a bug that surfaced about 1 month ago.

Did some pretty aggressive caching in an update. Messed up the UI a little bit (wasn't updating) and I couldn't figure out why until today... when I saw the caching code right there in front of me. 🤦‍♂️