Vuebook
backlog
stuff that could be done
a prioritized list of work for the development team that is derived from the product roadmap and its requirements

source: Atlassian Scrum Agile definitions

1. Landing page, layout, and navigation improvements

1.2 Make navigation.ts menuItem selection hierarchical!

done

avoid sections like these in app/stores/navigation.ts

navigationConfig.value.set('/', rootMenuItems.value)
navigationConfig.value.set('/web', webMenuItems.value)
navigationConfig.value.set('/web/nuxt', webMenuItems.value)
navigationConfig.value.set('/web/design', webMenuItems.value)
navigationConfig.value.set('/web/design/iconography', webMenuItems.value)
navigationConfig.value.set('/web/greyzone', webMenuItems.value)

if /web/design is not found, pick /web

2. NuxtHub

  • experiment with Nuxthub fullstack features
    1. OpenAPI feature
    2. leverage cloudfare database

3. Image widget

4. Code widget

5. Search widget

7. Gutenify

holds Project Gutenberg metadata collected from feed site

Project Gutemberg offline catalog

parses metadata with rdf-parse

stores the parsed metadata in a database

create an OpenAPI to retrieve metadata using Nuxt server support

Open Publication Distribution System

8. Patreonizing

9. Payments