This is the seventh episode in the reality show about the development SaaS app from scratch. The previous episodes:
Open SaaS development from scratch: why and what
Day 1: requirements and UI wireframes
Day 2: admin pages
Day 3: user pages
Day 4: database models, database update, and a couple of new wireframe pages
Day 5: started API and made changes to the database models
Day 6: created the admin board and new problems
Yesterday I finished the list of boards. Now a board admin can create new boards, edit existing ones, and remove from the list.
Then I moved to the next page: Board settings. I created API to pull the board by id for the current user, added a new page (jsx) and several controls. That what I have at the moment:

Time spent: 2 hours
Total time spent so far: 12,5 hours
I like this. I personally find there should be a way to automating taking screenshots of your project when you push to github.
Thanks!
I don't know if I really need such an automation tool... it's pretty easy for me to take screenshots.