Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Use client-side routing in Beverage Buddy #415

Closed
vlukashov opened this issue Aug 12, 2019 · 0 comments
Closed

Use client-side routing in Beverage Buddy #415

vlukashov opened this issue Aug 12, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@vlukashov
Copy link
Contributor

vlukashov commented Aug 12, 2019

When showing how client-side bootstrapping works in Vaadin 15+, I want to have a version of the Beverage Buddy starter that uses client-side routing, so that I can show a demo application that compiles and runs using this feature.

DoD:

  • update the ccdm branch in the beverage buddy repo
  • change routing from server-side (V14) to client-side (V15+)
    • add a client-side parent layout
    • replace the server-side 'categories' view with a client side equivalent view based on LitElement, with hard-coded dummy data
    • use the flow.navigate method to fall back to server-side navigation
  • do not use Connect to get the data from the server-side, use hard-coded data
@vlukashov vlukashov added the ccdm label Aug 12, 2019
@vlukashov vlukashov added this to the CCDM MVP milestone Aug 12, 2019
@project-bot project-bot bot added this to Inbox - needs triage in OLD Vaadin Flow ongoing work (Vaadin 10+) Aug 12, 2019
@pleku pleku removed this from Inbox - needs triage in OLD Vaadin Flow ongoing work (Vaadin 10+) Aug 13, 2019
@manolo manolo self-assigned this Aug 20, 2019
@manolo manolo closed this as completed Aug 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants