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

API for Simulation #25

Merged
merged 37 commits into from
Feb 24, 2023
Merged

API for Simulation #25

merged 37 commits into from
Feb 24, 2023

Conversation

nikso-itu
Copy link
Collaborator

@nikso-itu nikso-itu commented Feb 22, 2023

Description

Implements all endpoints that are required for the simulation.

Closes #13, implements #24, implements #18, implements #15, implements #16, implements #17

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

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
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

nikso-itu and others added 30 commits February 18, 2023 18:50
Co-authored-by: beth <beth@itu.dk>
Co-authored-by: Johan Flensmark <jokf@itu.dk>
Co-authored-by: beth <beth@itu.dk>
Co-authored-by: Johan Flensmark <jokf@itu.dk>
Co-authored-by: beth <beth@itu.dk>
Co-authored-by: Johan Flensmark <jokf@itu.dk>
Copy link
Collaborator

@bitknox bitknox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Code has been tested with the test_sim_compliance.py script.

Copy link
Collaborator

@Mansin-ITU Mansin-ITU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Copy link
Owner

@Lindharden Lindharden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

controllers/messageController.go Outdated Show resolved Hide resolved
controllers/messageController.go Outdated Show resolved Hide resolved
controllers/messageController.go Outdated Show resolved Hide resolved
helpers/authenticationHelpers.go Show resolved Hide resolved
@Lindharden
Copy link
Owner

Lindharden commented Feb 24, 2023

We should probably also (in the future) extract the simulator methods to a controller only responsible for simulation to ensure cohesion

bitknox and others added 3 commits February 24, 2023 10:05
Remove comment

Co-authored-by: Lindharden <jepli@itu.dk>
Remove comment

Co-authored-by: Lindharden <jepli@itu.dk>
Remove comment

Co-authored-by: Lindharden <jepli@itu.dk>
@Lindharden Lindharden removed the request for review from a user February 24, 2023 09:18
@Lindharden Lindharden merged commit e72f677 into main Feb 24, 2023
@Lindharden Lindharden deleted the feature/simulation branch February 24, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
5 participants