TelloViz / Card-Collection

Project for CPSC 362 Software Engineering
0 stars 3 forks source link

UI/frontend #122

Closed TelloViz closed 1 month ago

TelloViz commented 1 month ago

Adds 3 front end code files and 2 image files.

  1. main.qml
    • The main file for the front end, this adds display for most of the card attributes. It is the version seen in our presentation 4 on Oct 24.
  2. MySearchTools.qml
    • The Search toolbar abstracted into it's own component file.
  3. MySearchFilterTools.qml
    • The Filter toolbar abstracted into it's own component file. These files have all been tested and work. They were part of the demonstration presentation.

Note:

The main.qml file will hardly be readable due to its deeply nested structure. This PR is all working so no need to reallly deeply review it.