stack.getCard(element) doesn't exist
Open
- Dominant language
- JavaScript
- Stars
- 180
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I was trying to destroy a card but getCard method doesn't exist in stack.
stack = stack = gajus.Swing.Stack();
card = stack.getCard(index.target);
card.destroy();
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Stack API and the card-destruction path referenced by stack.getCard(index.target) and card.destroy(). Check how cards are exposed and whether an equivalent lookup already exists. Done means the reported card can be retrieved for destruction, with the relevant behavior covered by an existing or new test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100