Compare commits
2 Commits
5524eaf18f
...
6297a95d3c
| Author | SHA1 | Date | |
|---|---|---|---|
| 6297a95d3c | |||
| 63cf0a670d |
9
TODO.md
9
TODO.md
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
- [ ] Create initial docker-compose.yml file for local development
|
- [ ] Create initial docker-compose.yml file for local development
|
||||||
- include most recent stable postgres
|
- include most recent stable postgres
|
||||||
|
- include beanstalkd
|
||||||
|
- include memcached
|
||||||
|
- include redis
|
||||||
|
- include mailpit
|
||||||
|
|
||||||
|
- [ ] Add first cut at database access. Remember that ORMs are not all that!
|
||||||
|
|
||||||
- [ ] Add middleware concept
|
- [ ] Add middleware concept
|
||||||
|
|
||||||
@@ -16,7 +22,8 @@
|
|||||||
- for specific routes / resources / etc
|
- for specific routes / resources / etc
|
||||||
|
|
||||||
- [ ] Add basic text views
|
- [ ] Add basic text views
|
||||||
|
Partially done; see the /time route. But we need to figure out where to
|
||||||
|
store templates, static files, etc.
|
||||||
|
|
||||||
|
|
||||||
## medium importance
|
## medium importance
|
||||||
|
|||||||
2
fixup.sh
2
fixup.sh
@@ -11,7 +11,7 @@ cd "$DIR"
|
|||||||
# uv run ruff format .
|
# uv run ruff format .
|
||||||
|
|
||||||
shell_scripts="$(fd .sh | xargs)"
|
shell_scripts="$(fd .sh | xargs)"
|
||||||
shfmt -i 4 -w "$DIR/cmd" "$DIR"/framework/cmd.d/* "$DIR"/framework/shims/*
|
shfmt -i 4 -w "$DIR/cmd" "$DIR"/framework/cmd.d/* "$DIR"/framework/shims/* "$DIR"/master/master "$DIR"/logger/logger
|
||||||
# "$shell_scripts"
|
# "$shell_scripts"
|
||||||
for ss in $shell_scripts; do
|
for ss in $shell_scripts; do
|
||||||
shfmt -i 4 -w $ss
|
shfmt -i 4 -w $ss
|
||||||
|
|||||||
@@ -5,4 +5,3 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
|
|
||||||
./master-bin "$@"
|
./master-bin "$@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user