General cleanup of several files #1180

Merged
a22erigr merged 3 commits from General-cleanup into both_teams_week_8 2026-05-27 07:57:02 +00:00
Collaborator

Started checking whether or not some environment variables were necessary, which devolved into seeing files that shouldn't be where they are, which devolved into deleting files that shouldn't be where they are.

This involves:

  • The old monolithic compose file.
  • The database in the Västtrafik compose.
  • Modals being spelled correctly.
  • Some .idea files from someone using JetBrains.
  • Deleting unused environment variables.

This should not cause any issues as some deletes are not even code related. But a check would be nice.

Started checking whether or not some environment variables were necessary, which devolved into seeing files that shouldn't be where they are, which devolved into deleting files that shouldn't be where they are. This involves: - The old monolithic compose file. - The database in the Västtrafik compose. - Modals being spelled correctly. - Some .idea files from someone using JetBrains. - Deleting unused environment variables. This should not cause any issues as some deletes are not even code related. But a check would be nice.
Removed so that MenuService doesn't use the ICS URL, as it is not a secret variable. Also saw some .idea files in layout and login service, removed and added to gitignore
Removed VästrafikService's database, as it doesn't use it as far as I know.

Also removed the big compose file as it is not used anymore.
Collaborator

Review on # not apparent

Whats done

Tested on Windows

  • App starts!

Inspected following files

  • .gitignore
    • Necessary addition
  • DockerCompose/compose.yaml - removed
    • Not in use anymore, good to remove
  • DockerCompose/stacks/menu/compose.yaml
    • Since it is a public API there is no need to have it in .env
  • DockerCompose/stacks/vasttrafik/compose.yaml
    • Does not use database, good to remove!
    • Does not need to communicate with internal network
  • layoutService and loginService .idea files - removed
    • 👍
  • service/menuService/menuService/Modals → service/menuService/menuService/Models
    • 👍
  • service/menuService/menuService/Util/Ics/IcsFetcher.cs
    • Should remove comment on how we get the URL from IConfiguration, which I did myself!

What needs to be done

Nothing

Conclusion

Good PR!

# Review on # not apparent ## Whats done ### Tested on Windows + App starts! ### Inspected following files + .gitignore + Necessary addition + DockerCompose/compose.yaml - removed + Not in use anymore, good to remove + DockerCompose/stacks/menu/compose.yaml + Since it is a public API there is no need to have it in .env + DockerCompose/stacks/vasttrafik/compose.yaml + Does not use database, good to remove! + Does not need to communicate with internal network + layoutService and loginService .idea files - removed + 👍 + service/menuService/menuService/Modals → service/menuService/menuService/Models + 👍 + service/menuService/menuService/Util/Ics/IcsFetcher.cs + Should remove comment on how we get the URL from IConfiguration, which I did myself! ## What needs to be done Nothing ## Conclusion Good PR!
a24vinla approved these changes 2026-05-27 07:29:50 +00:00
a22erigr merged commit c631442094 into both_teams_week_8 2026-05-27 07:57:02 +00:00
a22erigr deleted branch General-cleanup 2026-05-27 07:57:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!1180
No description provided.