Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rnd:projects:museum [2023-03-03 22:32] – created asdf | rnd:projects:museum [2023-03-07 05:35] (current) – asdf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Museum | + | ====== Museum |
---- dataentry project ---- | ---- dataentry project ---- | ||
status_: active | status_: active | ||
oneline: software loadout for Lefranc museum management | oneline: software loadout for Lefranc museum management | ||
---- | ---- | ||
+ | As they move forward on the museum, I have been asked to provide software to help with administration. | ||
+ | ===== Planning ===== | ||
+ | I have neither the time nor the desire to build any software from scratch for this, so I'll be looking for off-the-shelf solutions. [[https:// | ||
+ | |||
+ | Alternatively, | ||
+ | |||
+ | As is now my custom, I intend to install all software in Docker((I will probably have to make my own image and docker-compose file, as existing images on Dockerhub are severely out of date. Check out [[https:// | ||
+ | |||
+ | ==== Requirements ==== | ||
+ | More details to come. | ||
+ | |||
+ | * collection management | ||
+ | * mailing list for newsletter | ||
+ | * donation accountability | ||
+ | |||
+ | ==== Wagtail ==== | ||
+ | Wagtail sites are segmented into //apps//, subpackages of the main site. Each contains Django models, templates, static files, and site event handlers (hooks and signals). My initial thought is to have the following apps: | ||
+ | |||
+ | * a blog-like '' | ||
+ | * a '' | ||
+ | * a '' | ||
+ | * a private area for accounting, etc? | ||
+ | |||
+ | Interestingly, |