#351-roombooking-functionality-and-restructuring #546
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#351-roombooking-functionality-and-restructuring"
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?
Changes
important urls for testing
localhost/api/roombooking/alllocalhost/api/roombooking/createmockuplocalhost/api/roombooking/delete/{ID}localhost/api/roombooking/search/{building}localhost/api/roombooking/search/{building}/{roomNr}Note
The merging of reader into the service works as a proof of concept and may be implemented into other services such as the parkingservice
When testing myself i noticed that sometimes the service failed to connect to mqtt on startup and thus i have made so that the mqtt client tries to connect up to 5 times. Currently i have not gotten the error but keep in mind that this may still occur.
Code looks good but there is alot of old code left as just comments that break the structure that needs to be removed latter.
You also need to modify the Unix versions of installation and build scripts in the same way you modified the Windows version so that it can be used/tested on linux systems, because currently i can't test them on linux
Nice everything works good on linux and is ready to merge imo
The review has been sufficient and this will be merged right away. Good job!