qbicsoftware / offer-manager-2-portlet

The offer manager assists in creating offers with version control and person master data handling.
MIT License
2 stars 1 forks source link

Replace current UpdateOfferView with Framework for new GridLayout #944

Closed Steffengreiner closed 2 years ago

Steffengreiner commented 2 years ago

Replaces the current UpdateOfferView with a GridLayout outlining the positions of the following sublayouts. The stucture of the gridlayout can be seen here: https://miro.com/app/board/uXjVO4E_5wc=/

This PR introduces:

  1. the gridlayout into which the sublayouts will be slotted.
  2. the content of the sublayouts as dummies without logic

ToDo in different PRs:

  1. Parse offer content into the individual sublayouts
  2. Implement sublayout logic with offer information, clicklisteners and validation
  3. Style sublayouts once the offer content is parsed
  4. Style updateofferview after sublayouts are finalized.