
Hey everyone! The first week of the coding period has concluded. I started the week by setting up the frontend for the main website of the server, and subsequently working on the backend.
- Currently, for the backend, I have implemented an OAuth for Google login and logout, and endpoints to retrieve and sync tasks from the server. As of now, the tasks will be stored on a secure Firestore database, and those tasks are linked to the user’s emails.
- On the frontend, I have been working on improving the view for checking the tasks, and their relevant information. Apart from this, I have to further ensure easy loading of tasks for a smooth user experience.
These are all the commits that I have made so far.
- For the upcoming week, I plan to work on the above mentioned tasks and add some more, if I encounter any more issues.
This week I came to know a lot about writing unit tests using Go, learnt more about the React library, and about the Linux as well.