With today’s exercise the number of exercises I have done in the C# track now matches the count in the Python track. There are less exercises in the Python track so that track is at the half way mark. The C# track needs thirteen more to get to the halfway mark. Maybe I will start the JavaScript or Typescript  track at the halfway mark.

Well, I finished the Rails API tutorial series. I added the constraint that the To Dos belong to a user. However, I couldn’t get some tests to work without marking that as optional (it was present, and I gave it one but it still failed). The ToDo class should also be filtering to the logged in user too.

There are a few more things I want to add. I think I want to release the other functions like edit that are currently blocked and I want a signup method to create new users. I want to make sure the user names are unique on signup as well. Then I can start adapting the front end code from the Django To Do app.