Intership @ Sympl Week 3
Invoicing Issues, Pagination & Blog
Invoicing issues
Users can view their invoices in the Sympl app. However, users were only able to see their 20 most recent invoices. A pagination feature had to be added. Easier said than done. At first I had to do some more comprehensive reading of the code base. I had to understand how the pagination was implemented in the other parts of the app. After that, I had to figure out how to implement it in the invoices section.
Blog
Next.js
At the end of this week I took some time to work on my blog. At this moment this blog is written using next.js and is automatically deployed to production every time my main branch is updated.