Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch play3 #365

Closed
wants to merge 49 commits into from
Closed

Arch play3 #365

wants to merge 49 commits into from

Conversation

KristianS93
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #<issue_no>

Type of change

Delete unchecked boxes (only for Type of change)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

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

  • Flutter version:
  • Dart version:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas, if necessary
  • I have made corresponding changes to the documentation, if necessary
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works, if necessary
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have Acceptance Tested this on an iOS device
  • I have Acceptance Tested this on an Android device

KristianS93 and others added 30 commits November 17, 2023 12:42
* fixed alot of namespace issus regarding the Repoistories. Added nuget packages

* Fixed multiple errors regarding the repository, missing updateday functionality

* Renaming of girafrest to GirafAPI

* Distributed DTOs into folders in entity project; Distributed interfaces into folders in reposity project (#349)

---------

Co-authored-by: Kristian <[email protected]>
* changes namespaces where relevant, and solves trivial references

* further error fixes to server project

* Entity ref fix (#352)

* fixed namespaces in entity and files using them

* fixed some references in entities project

---------

Co-authored-by: Schoogle <[email protected]>

---------

Co-authored-by: Schoogle <[email protected]>
* fixing namespaces and packages in API

* removes sharedMethods from service, by creating weekService, and dependency injecting it into a controller.

---------

Co-authored-by: Desktop <[email protected]>
Co-authored-by: Andreas Würtz <[email protected]>
* Added repository DI to the RepositoryExtension

* Adding missing service DI, and commenting on further improvements

* resolves issues regarding UpdateDays method. Moves some funcitonality from repositories to service project. (#355)

* Department entities giraf service refactor (#356)

* removed methods from department DTO into service

* removed dbcontext from service layer in GirafService, now renamed UserService

* renamed girafService dependency in AccountController

---------

Co-authored-by: Schoogle <[email protected]>

* fixes minor issues after merge

---------

Co-authored-by: Kristian <[email protected]>
Co-authored-by: Schoogle <[email protected]>
* Remove direct access to db Department table through weektemplate controller

* remove all use of girafdbcontext in week template controller + setup weektemplate repository

* add WeekTemplateService and make weektemplate controller use service instead of repository

---------

Co-authored-by: Andreas Würtz <[email protected]>
* Added moved Updatefrom and updateWeekdaycolors to SettingService

* Deleted functions Initialize_data(), and moved initialization to constructors

* Moved InitializedWeekDayColors initialization to settings constructor, since it was only used in conjunction with the constructor

---------

Co-authored-by: EMojoKrogh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants