#964-Implement-Meue-Service #1076
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1076
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#964-Implement-Meue-Service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Developed on
This has been developed using JetBrains Rider and dotnet 10, on Arch Linux.
What's been done?
This is an implementation of the menu service.
Its goal is to read data from the restaurant "Götasalen"'s public ICS calendar.
The data then gets saved in memory and in the database to ping the restaurants endpoint and then the database as little as possible.
APi endpoints added:
What files have been created (A super quick overview)
DockerCompose/compose.yaml
DockerCompose/init_sql/04-menu.sql
entryPoint/nginx.conf
All scripts/*:
service/menuService/menuService/DatabaseLogic/CacheLogic.cs
service/menuService/menuService/DatabaseLogic/DatabaseQueries.cs:
service/menuService/menuService/Endpoints/MenuEndpoints.cs
service/menuService/menuService/Modals/Request/MenuEntry.cs
service/menuService/menuService/Services/MenuService.cs
service/menuService/menuService/Util/Ics/IcsFetcher.cs
service/menuService/menuService/Util/Ics/IcsParser.cs
service/menuService/menuService/Util/Ics/ParseResult.cs
service/menuService/menuService/Util/Menu/MenuFilters.cs
service/menuService/menuService.Tests/*":
Issues
Main issue: #964
Testing: #1016 (Very lightly done)
Review on #1076
Whats done
Implemented menu service
Tested on Windows using Chrome
Inspected following files
What needs to be done
Look at comments above
Conclusion
Fixes done
Fixes has been appended and everything works. Ready to merge!