2 much 2 do (AKA: tmtd part 2) https://todo.karx.xyz
Go to file
2022-08-27 11:18:29 -05:00
src Error if form field is empty 2022-08-26 15:26:15 -05:00
static Allow word wrapping 2022-08-26 13:12:42 -05:00
templates Render task bodies to markdown 2022-08-26 13:21:21 -05:00
.gitignore Add configuration system 2022-08-14 13:15:48 -05:00
Cargo.lock Render task bodies to markdown 2022-08-26 13:21:21 -05:00
Cargo.toml Render task bodies to markdown 2022-08-26 13:21:21 -05:00
LICENSE Add LICENSE 2022-08-22 21:48:47 -05:00
README.md Revise documentation 2022-08-27 11:18:29 -05:00
sample_config.toml Revise documentation 2022-08-27 11:18:29 -05:00

2m2d

What?

2 much 2 do (AKA: tmtd part 2)

Why?

Created because the original tmtd shows no signs of being production ready any time soon.

How?

This project requires you to set up a PostgreSQL database.

Then, see sample_config.toml and provide the required values. The TMTD_CONFIG environment variable can be used to specify a custom config path, otherwise, 2m2d defaults to using ./config.toml.

After that, it's just a simple cargo run.

Make sure you're running the project from the top level, otherwise 2m2d will not be able to find templates and static files.

When?

Once these things are done, 2m2d will be deployed.

TODO:

  • implement task deletion
  • implement user logout

Who?

Currently just me developing it right now, but everyone should feel free to contribute! Make a pull request or send a patch to my email.