onepub-dev / onepub-dev/reVault
forgetting a lockbox does not show an error if it doesn't exist.
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4
- Forks
- 0
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 1
Description
if the filename uniquely matches then we should deleted.
If there are multiple matching file names then the user must use the id or path.
if the lockbox doesn't exists we should display an error.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the lockbox deletion command and its handling of filename, id, and path arguments. Reproduce deletion for a missing lockbox, a unique filename, and multiple matching filenames; done means missing lockboxes report an error, unique filenames delete, and ambiguous names require an id or path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100