vertx-guide-for-java-devs icon indicating copy to clipboard operation
vertx-guide-for-java-devs copied to clipboard

missing steps in documentation

Open andrew-g-za opened this issue 6 years ago • 3 comments
trafficstars

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 SqlQueries enumeration and the database verticle loadSqlQueries method.
  • step 6 the apiGetPage method requires a new database service method fetchPageById that is not mentioned at all (along with the corresponding changes to the db-queries.properties file, SqlQueries enum 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.

andrew-g-za avatar Aug 31 '19 12:08 andrew-g-za

Some items may be missing due to the code base evolving, so yes please propose changes. Sometimes a note/reminder is enough, sometimes text should be added.

jponge avatar Sep 02 '19 12:09 jponge

Thanks @jponge - i'll use my judgement and make the changes I think match the circumstance. This week is pretty busy for me, so it will probably only be toward the end of next week or the week after.

andrew-g-za avatar Sep 02 '19 12:09 andrew-g-za

Sure, take your time!

On Mon, Sep 2, 2019 at 2:45 PM Andrew Gates [email protected] wrote:

Thanks @jponge https://github.com/jponge - i'll use my judgement and make the changes it think match the circumstance. This week is pretty busy for me, so it will probably only be toward the end of next week or the week after.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vert-x3/vertx-guide-for-java-devs/issues/64?email_source=notifications&email_token=AAAGK2IF5DO7UH22FDMQNC3QHUDEZA5CNFSM4ISTPQF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5VXCCY#issuecomment-527134987, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAGK2OXWEB3WYEHRKPZTN3QHUDEZANCNFSM4ISTPQFQ .

jponge avatar Sep 02 '19 13:09 jponge