1104-Middleware-restructure/cleanup #1130
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "1104-Middleware-restructure/cleanup"
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?
What has been done
Some general clean up and small restructuring in:
I had conversation about the CreateTable methods and the necessity of it, where it was decided that we probably will move creation of table to init sql-files, instead of going through the method each time we want to insert a value, which is quite ineffective. I have therefore not made any meaningful changes to that method
Review on Pr #1130, Issue #1104
Reviewed the code and the logs from running it in a Docker container.
Tested on Arch Linux using Librewolf (a Firefox browser)
Inspected the following file
* Are mostly good, except that the line "; // <-- topic # is a wildcard for all topics" should instead be placed on its own line. And each comment needs to start with a capital letter.
What needs to be done
Fix the comment, and make sure that each two or more line comment uses
/* */style comments instead of//.Conclusion
The small fixes should be looked over, and the comments should be fixed.
See review for comment
Review
Inspected all of the changed files. I focused on the comments because the rest has been approved. The comments look good