stephenneale / seng371-group16

Contains Group 16's work for SENG371 A02 - Group 16, Spring 2023
0 stars 1 forks source link

Implement a limited functionality app #28

Closed matt-lebl closed 1 year ago

matt-lebl commented 1 year ago

The goal here is just not to code a fully functional app (you don't have enough time for this) - but to make serious progress with coding a running application. Make sure this application goes through CI/CD tools.

matt-lebl commented 1 year ago

I'm thinking we can have some very bare-bones functionality as follows:

What do you think?

matt-lebl commented 1 year ago

Backend side of this is complete. I defined three endpoints:

stephenneale commented 1 year ago

A first-draft functional DimSpace has been developed and can be found in the following PR. Functionalities include a Home page, a Course Home page, and communication with the Spring API.