Implement service to fetch menu from götasalen and portalen #844
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#844
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Description
At our last customer meeting it were decided that the dashboard should be able to show the menu for götasalen and portalen.
Because there API endpoint
https://compass.mashie.matildaplatform.com/public/icalendar/Restaurang%20G%C3%B6tasalen/B138D3BD.ics
https://compass.mashie.matildaplatform.com/public/icalendar/Portalen/72A15EC5.ics
(#700 (comment))
store the data in ICS it will need to be converted to json. We decided that this should be done in a service rather than doing it directly in the front-end. A other benefit of this is that we can save the result in a database, There by simplifying the retrieval and minimize api calls.
What should be done
done in pr #1076