like dog tags but for dolls and entities of any kind https://dolltags.pet
Find a file
2025-02-05 11:02:37 +01:00
.sqlx implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
.vscode implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
assets implemented about section 2025-02-04 20:26:50 +01:00
migrations implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
src implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
templates implemented about section 2025-02-04 20:26:50 +01:00
.editorconfig woof 2025-01-09 02:21:17 +01:00
.gitignore fixed env for build reasons 2025-01-26 00:20:26 +01:00
.rustfmt.toml woof 2025-01-09 02:21:17 +01:00
build.rs added migrations 2025-01-23 22:32:47 +01:00
Cargo.lock implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
Cargo.toml implemented db reseed in CLI 2025-02-05 11:02:37 +01:00
LICENSE fix: license details 2025-02-01 14:54:47 +01:00
README.md finished tag edition / unarchive 2025-01-25 22:54:05 +01:00
Rocket.toml admin accounts concept and a barebones admin page as starting point 2025-01-27 10:09:23 +01:00
shell.nix damn migrating to pgsql was fast here 2025-01-24 16:24:49 +01:00

dolltags

like dog tags but for dolls and entities of all kinds.

a db for registering dolls and their handlers, dog tags style.

profiles are ID'd using a 6-digit ID for manual input (maybe something else if i can manage to make use of RFID tags) and searched with that ID, nothing else.

a profile is

  • name
  • pronouns
  • kind of entity
  • handler name and contact
  • doll type
  • breed
  • behaviour
  • microchipped
  • and whatever else i think of

TODOs

  • p2: privacy policy and GDPR notice
  • p2: saving register form as it gets filled / re-display it with partial values
  • account
    • p2: optional email for forgotten password i guess