#724-restructuring-of-roombooking-service-code #882
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!882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#724-restructuring-of-roombooking-service-code"
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?
Restructured the whole of roombooking to use the new determined structure
!NOTICE!
You use the old url's to reach the endpoints
PR for #724
What works:
What needs to be done
When running the application after a clean start I get an error
but when I click on another card then this card then it works. It is probably a frontend issue but I needed to raise
@ -15708,23 +15708,6 @@}}},"node_modules/tailwindcss/node_modules/yaml": {Was this relevant to remove?
dont even know where that got from, have not touched frontend,
was probably added/removed when i did a merge and run the rebuild script
I think it is fine because the libraries installs through the package.json and package-lock-json keeps only hash with defined versions from package.json.
It will be reinstalled when rebuilding the project.
@ -0,0 +16,4 @@var dataSource = NpgsqlDataSource.Create(ConnectionString);builder.Services.AddSingleton(dataSource);// builder.Services.AddMemoryCache();this commented line can be removed?
This PR should be ready to be merged into the team branch