AlexanderJohnRobertson / Dissertation-Smart-Home-Weather-Dashboard

0 stars 1 forks source link

Meeting notes #1

Open kakiac opened 2 weeks ago

kakiac commented 2 weeks ago

Summary 2024-10-04

In today's meeting we reviewed, Wireframes, and other designs and diagrammes available here: https://github.com/AlexanderJohnRobertson/Dissertation-Smart-Home-Weather-Dashboard/tree/main/Design

Here is some areas of improvement:

  1. avoiding a lot of content on each screen, especially on the weather tab. for example under this tab

image

you could make this a 3x3 or add some padding between the text in the box and the elements. Can use Flexi or css grid, they are libraries for including padded information. Check on CodePen.

  1. Make sure that those buttons that can be clicked have a button (click here for more information or similar

  2. University of Suffolk colours can be picked up from this link

  3. Usecase diagramme is very good and very clear what happens where and when

  4. Class diagramme very detailed and makes sense for the time being, but we might need to revise this as soon as we have the APIs working. All attributes are shown are very comprehensive

Here is what we said would be the next steps:

(if there is time)

kakiac commented 1 week ago

Summary (2024-10-11)

In this meeting we looked at the first basic Flask application setup with some basic elements of the webpage.

image

Here are some things we discussed:

a) the details button was giving you a hard time, by not being centered in the middle. Godwin suggested you have a look at the padding definitions on the css file and try a percent value instead of a fixed element

b) you have implemented a light and dark mode, but you are experiencing issues with the implementation. We said we would be looking into it

Next steps: