SpokaneTech / SpokaneTech/SpokaneTechWeb
[Feature Request]: de-duplicate events
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- CSS
- Stars
- 9
- Forks
- 4
- Avg merge
- 8m
- Merged PRs (30d)
- 2
Description
Description
Some events are posted multiple times, for example if the same event is posted by two different groups. Update event ingestion to check the event title, time, and location and block creation of additional duplicate events.
Problem
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
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 at the event ingestion and creation path; the payload does not identify files or tests, so locate where incoming events are persisted. Done means additional events matching the title, time, and location are blocked while distinct events can still be created.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100