Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HARMONY
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amel Abdic
HARMONY
Commits
2575cae3
Commit
2575cae3
authored
Nov 29, 2023
by
jensilo
Browse files
Options
Downloads
Patches
Plain Diff
add todos
parent
c42a7618
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cmd/web/main.go
+7
-0
7 additions, 0 deletions
src/cmd/web/main.go
with
7 additions
and
0 deletions
src/cmd/web/main.go
+
7
−
0
View file @
2575cae3
...
...
@@ -20,6 +20,13 @@ import (
)
// TODO add larger integration/e2e tests for the web layer. Each controller and they're functions should be tested.
// TODO add module management to automatically register controllers and subscribe to events
// TODO add extensive use of events for module management and all major application parts
// TODO add extensive debugging and tracing capabilities/tools/commands for events and modules to help with development
// TODO add more tests for the web layer
// TODO add utilities for easier testing of the web layer
// TODO improve UI/UX/Design (styling, css, scss)
// TODO add more loading indications, especially for loading body changes
func
main
()
{
logger
:=
trace
.
NewLogger
()
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment