Yes, all good, it’s working again now, just as it used to. Thank you!
I’ve added a GET /me
route to the v2 version of the TaskRatchet API, and added documentation to the help site for the new version of the API:
- The TaskRatchet dev site now has site-wide search.
- The TOC sidebar in the dev site now also links to subheadings on the current page.
More API v2 route handlers deployed:
- GET me/tasks/:id
- PUT me/tasks/:id
- PUT me
- POST me/tasks/:id/uncle
- POST me/token
I’m currently moving away from using React for TaskRatchet. Toward this goal, I just pulled the login page out of React land, so the new login page no longer uses react now.
I updated the new login form to have loading states for both the login and password reset buttons.
Also, thanks to @dreev’s tip I used Manicode to make the change and was pleasantly surprised at how well it worked. If you’d like to try out Manicode and also get both me and you 500 extra credits a month, you can follow the instructions at this referral link. (Thank you! )
I just deployed a new version of the registration page, moving it from React to Astro as well.
Added a link to our open-source taskratchet-sdk package to the docs
are you finding this better than Cursor ide ?
I’m not sure! I haven’t gotten around to giving Cursor a fair shot. Your question prompted me to go ahead and download it, though.
Added a link to our mobile app repo to the Open Source page: