stackql / stackql/stackql-devel
[BUG] Mutation operations with no verification should not display a success message
Open
Nobody has claimed this yet.
v0.3
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Insert operations that do not check completion status will, by default, display "The Operation Completed Successfully". This is misleading and should be changed.
Contributor guide
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
Start by locating the insert mutation operation and the code that displays "The Operation Completed Successfully" when completion status is not checked. Trace the no-verification path and identify the existing behavior for operations that do check status. Done means no success message is displayed for unverified mutations, with the relevant behavior covered by tests if the project has them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100