TaskRatchet Development Updates

Yes, all good, it’s working again now, just as it used to. Thank you!

1 Like

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:

3 Likes
  • 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.
1 Like

More API v2 route handlers deployed:

  • GET me/tasks/:id
  • PUT me/tasks/:id
  • PUT me
  • POST me/tasks/:id/uncle
  • POST me/token
3 Likes

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.

1 Like

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! :green_heart:)

1 Like

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

1 Like

are you finding this better than Cursor ide ?

1 Like

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. :smile:


Added a link to our mobile app repo to the Open Source page:

Added two more entries about payments to the FAQ:

I’ve updated the FAQ and Integrations pages to be more concise and easier to understand.

2 Likes

I added a few quick-links to the docs home page:

We set up docs.taskratchet.com in preparation for re-working the marketing home page.

New taskratchet home page up!

Updated the Interfaces page in the docs to remove the iOS app and add our new Telegram bot:

Added note about how to get an API v2 token to the docs

Would be awesome to get the ability to complete tasks via API as well.

1 Like

Definitely will be possible eventually! The goal is for all the official clients to switch to API v2, so it’ll need to be able to do everything.

2 Likes

Made quite a few improvements to the documentation site.

  • Added Home, How It Works, and API links to docs site toolbar
  • Added “Stable” and “Beta” labels to API links in navigation
  • Moved Privacy and Terms links to the Company section in nav
  • Added GitHub and Twitter social links
  • Added Getting Started section to API v1 docs
  • Added curl examples to API v1 docs
  • Added docs on how to complete a task with API v1 (thanks @lambo!)
  • Expanded Working with Tasks page
  • Added alt text to image on How it Works page
  • Expanded docs site home page
1 Like