OpenPerpetuum / OpenPerpetuum/OPDB
Daily EP if logged in the last month
Nobody has claimed this yet.
- Dominant language
- TSQL
- Stars
- 7
- Forks
- 16
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 4
Description
ALTER PROCEDURE [dbo].[extensionPointsAdd]
INSERT dbo.extensionpoints( accountid, points )
SELECT accountid,@basePoints FROM accounts WHERE active in the last month or so
Also remove the artifact reset SP call, this is now handled by the artifact refresher. ([opp].[artifactRefresh])
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 inspecting ALTER PROCEDURE [dbo].[extensionPointsAdd] and the artifact refresh procedure [opp].[artifactRefresh]. Verify how account activity is represented before defining the last-month filter, then remove the artifact reset SP call. Done means eligible accounts receive daily EP and artifact reset is handled only by the refresher.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100