Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listkeeper: Update Collections and Items without deleting/remaking them #5

Open
spark-c opened this issue Jul 15, 2021 · 0 comments
Open
Labels
enhancement New feature or request python

Comments

@spark-c
Copy link
Owner

spark-c commented Jul 15, 2021

Currently, in order to change the spelling or content of any list name / description, or item name / note, the thing must be deleted and remade.

Users should be able to use something like
!updatelist [-l <list-name>] [-name <new-name>] [-description <new-description>]
!updateitem [-l <list-name>] <item-name> [-name <new-name>] [-description <new-description>]
in order to update these values.

NOTE: While items have "note" property in the code, we should probably call them "descriptions" here for user ease-of-use. It may be best to update implementation in the future to simply use "description" in the codebase for everything (not use "note").

In order to resolve this issue, (two) functions will need filled out in cogs/Listkeeper.py to receive, and parse user input; (two) functions will also need filled out in cogs/listkeeper_db/lkdb.py to handle interactions with the database using those inputs.

@spark-c spark-c added enhancement New feature or request python labels Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python
Projects
None yet
Development

No branches or pull requests

1 participant