Sajid84 / seng-300-p3

Repository for the 3rd Iteration of SENG 300 Group Project. (Group #8)
2 stars 1 forks source link

Java Swing Implementation #2

Open cardboardboxpepe opened 7 months ago

cardboardboxpepe commented 7 months ago

This involves the following use cases:

The flow will be this:

For add item, we're just going to combine this all into one window, look at the diagram:

https://lucid.app/lucidchart/e33b0ecb-810e-4dae-9ebf-e3726c639825/edit?viewport_loc=176%2C30%2C1285%2C925%2C0_0&invitationId=inv_60bacd18-3b89-4610-bfe6-b44d419ee292

The swing implementation is basically just going to be a lot of button that just call functions from system manager.

cardboardboxpepe commented 7 months ago

This also ties into #3