-
Notifications
You must be signed in to change notification settings - Fork 184
Description
I've opened this issue to see if there is something i can help with.
So far while working through the guide i've noticed small steps have been omitted (noticeably from step 5 onward).
My question is if this is intentional - i.e. left to the reader as an exercise, omitted to save space, or if its just a small oversight?
For example:
- step 5 - did not show the necessary changes to the index.ftl template to display the 'backup' button
- step 5 - mentions a new query - all-pages-data - but omits the changes to the
SqlQueriesenumeration and the database verticleloadSqlQueriesmethod. - step 6 the
apiGetPagemethod requires a new database service methodfetchPageByIdthat is not mentioned at all (along with the corresponding changes to thedb-queries.propertiesfile,SqlQueriesenum etc)
Hopefully by this point in the tutorial the reader should be reasonably comfortable making the necessary changes without being show explicitly, so perhaps all that is required is a tip / note to remind the reader to make the changes on their own, rather than discovering something is missing when their IDE complains?
I'm happy to help out with some changes if you like - just let me know what sort of style to follow - full step-by-step instructions or just a reminder.