This is a continuation of Tutorial 0 for creating a blog with Rails for beginners.
This time I will make a blog service. Let's break down the functions of the blog service. The actual blog service has some functions, but this time let's develop the minimum function necessary to call it a blog service.
--Article viewing function --Comment function
--Administrator login function --Article posting function
In this, from the next step, I will first create the "article browsing function" necessary for at least something like a blog.
This time, I used draw.io to create a wireframe for the two screens included in the article viewing function that I created first. This time, because the overall function is compact, we will not do detailed specification design etc. only for wireframes and modeling that will be done from the next time onwards (actually, if there are about 1-3 developers in startups or new businesses, more rough wireframes Even if you proceed with only one, it will work reasonably well)
A comment function will be added to the completed version, but it will be omitted at the beginning.
This time, I roughly defined what to make as an initial stage of design before moving to development. Next time, we will set up the project.
Recommended Posts