aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Settings for weekplanner feature 857 #303

Closed Taoshix closed 1 year ago

Taoshix commented 1 year ago

Description

Added Number of Actitivies to Display, Show Only Actitivies and Show Settings for Citizens to the web api and the settings table in the database to be used in the weekplanner and api client

Fixes related to #857 in weekplanner

Type of change

Delete unchecked boxes (only for Type of change)

How Has This Been Tested?

This has been tested by having the api client and weekplaner run tests that make requests to the web api to both get and insert data into the database. Specifically inputted and extracted data regarding the newly created attributes.

Development Configuration Type "flutter --version" and "dart --version" in your CMD to check versions.

Checklist:

Jaffenheimer commented 1 year ago

Har i testet dette også? Synes ikke jeg kan se at i har tilføjet nogle tests, bliver det i har lavet om allerede testet i forvejen?

AOsnes commented 1 year ago

TestUserCanCheckMultipleSettings integration test fails when running locally.

Taoshix commented 1 year ago

TestUserCanCheckMultipleSettings integration test fails when running locally.

drop the giraf database then run dotnet-ef database update

There was a merge conflict in the last commit