update todo

This commit is contained in:
2021-10-24 06:00:40 +01:00
parent acb41dfbec
commit 0262e760c9

View File

@@ -2,7 +2,7 @@ Functionality:
☐ Handle case where there are no scopes in the config and command is invoked. ☐ Handle case where there are no scopes in the config and command is invoked.
☐ Have an `--example` flag to `new` that prints an example given in the `config.yml` ☐ Have an `--example` flag to `new` that prints an example given in the `config.yml`
☐ Should be a `tembo new --list` to list all possible names. ☐ Should be a `tembo new --list` to list all possible names.
`TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in `TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in @done(21-10-24 05:31)
VSCode: VSCode:
☐ Look at <https://github.com/CodeWithSwastik/vscode-ext> ☐ Look at <https://github.com/CodeWithSwastik/vscode-ext>
@@ -15,7 +15,8 @@ Logging:
Documentation: Documentation:
☐ Document usage of Panaetius in a module ☐ Document usage of Panaetius in a module
Using the logger, initialising with the config path etc Using the logger, initialising with the config path etc
Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens @cancelled(21-10-24 05:32)
☐ Uses `strftime` tokens: <https://strftime.org>
☐ Document latest typing. ☐ Document latest typing.
☐ Using from `__future__` with `|` ☐ Using from `__future__` with `|`
☐ `using Tuple[str, ...]` ☐ `using Tuple[str, ...]`
@@ -28,4 +29,5 @@ Documentation:
☐ ~/tembo needs creating ☐ ~/tembo needs creating
☐ ~/tembo/.config ☐ ~/tembo/.config
☐ ~/tembo/.templates ☐ ~/tembo/.templates
☐ ~/tembo/logs
☐ Document how to overwrite these with ENV vars ☐ Document how to overwrite these with ENV vars