Update to-do list on readme
This commit is contained in:
parent
f222ae7182
commit
f0447b9318
1 changed files with 3 additions and 4 deletions
|
@ -4,14 +4,13 @@ Etiquette
|
||||||
This is the readme file.
|
This is the readme file.
|
||||||
|
|
||||||
### To do list
|
### To do list
|
||||||
- Make the wording between "new", "create", "add" and "remove", "delete" more consistent.
|
- Make the wording between "new", "create", "add"; and "remove", "delete" more consistent.
|
||||||
- At the moment I don't like the way that warnings and exceptions are so far apart, and need to be updated individually. Consider moving the warning strings to be class properties of the matching exceptions.
|
|
||||||
- User account system, permission levels, private pages.
|
- User account system, permission levels, private pages.
|
||||||
- Generalize the filename expression filter so it can work with any strings.
|
|
||||||
- Improve the "tags on this page" list. Maybe add separate buttons for must/may/forbid on each.
|
- Improve the "tags on this page" list. Maybe add separate buttons for must/may/forbid on each.
|
||||||
- Some way for the database to re-identify a file that was moved / renamed (lost & found). Maybe file hash of the first few mb is good enough.
|
- Some way for the database to re-identify a file that was moved / renamed (lost & found). Maybe file hash of the first few mb is good enough.
|
||||||
- Move out more helpers
|
|
||||||
- Debate whether the `UserMixin.login` method should accept usernames or I should standardize the usage of IDs only internally.
|
- Debate whether the `UserMixin.login` method should accept usernames or I should standardize the usage of IDs only internally.
|
||||||
|
- Album size is calculated every time you refresh the page. For large albums this is very slow. Consider caching? Or saving to db?
|
||||||
|
- Organize the tag exporter functions better.
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue