Skip to content

"Create list item UI component"

Veronika Sustrova requested to merge 44-create-list-item-ui-component into main

Description

Added 2 classes: ItemBox (todo-item UI component) and ItemList (visual display of ItemBoxes). ItemBox's constructor takes in parameters for the item name, group, shared users, and date due, then displays a todo item accordingly.

Issue

44

Feature

Added display of to-do items, complete with options to specify labels, shared users, and date due

Tophatting

Integration tested with entire application UI.

Expected current behavior

When instantiated, the ItemBox class should display five todo-list items in a vertical list.

Changes

Describe the changes you made part of this merge request

Screenshots

Add any screenshots required

Design Patterns

List any design patterns used to accomplish this task

Deviations

Were there any deviations from the original design or architecture plan. If yes, what were they ?

Additional

  • Unit test written
  • Meets requirements
  • Cross-browser tested
  • Added/updated documentation as needed
  • Camel case style used

Closes #44 (closed)

Edited by Veronika Sustrova

Merge request reports