alys
August 8, 2024, 8:49am
205
Yes, all good, it’s working again now, just as it used to. Thank you!
1 Like
narthur
August 25, 2024, 3:17pm
206
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:
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
3 Likes
narthur
September 15, 2024, 1:04pm
208
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
narthur
October 20, 2024, 4:14pm
209
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
narthur
October 27, 2024, 3:05pm
210
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! )
1 Like
narthur
November 10, 2024, 5:00pm
211
I just deployed a new version of the registration page, moving it from React to Astro as well.
narthur
November 26, 2024, 5:01pm
212
Added a link to our open-source taskratchet-sdk package to the docs
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
1 Like
napkin
November 29, 2024, 12:37am
213
are you finding this better than Cursor ide ?
1 Like
narthur
December 3, 2024, 3:36pm
214
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:
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
narthur
December 10, 2024, 4:00pm
215
Added two more entries about payments to the FAQ:
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
narthur
December 17, 2024, 5:46pm
216
I’ve updated the FAQ and Integrations pages to be more concise and easier to understand.
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
2 Likes
narthur
January 8, 2025, 5:56pm
217
I added a few quick-links to the docs home page:
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
narthur
January 15, 2025, 5:25pm
218
We set up docs.taskratchet.com in preparation for re-working the marketing home page.
narthur
January 15, 2025, 6:43pm
219
New taskratchet home page up!
narthur
January 29, 2025, 4:51pm
220
Updated the Interfaces page in the docs to remove the iOS app and add our new Telegram bot:
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
narthur
February 19, 2025, 4:36pm
221
Added note about how to get an API v2 token to the docs
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
lambo
February 20, 2025, 7:54pm
222
Would be awesome to get the ability to complete tasks via API as well.
1 Like
narthur
February 20, 2025, 8:05pm
223
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
narthur
February 26, 2025, 3:17pm
224
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
TaskRatchet is a todo list that charges you real money if you don't complete your tasks on time. Define your task, set your deadline, and choose your stakes. TaskRatchet will make sure you follow through.
1 Like