OpenPerpetuum / OpenPerpetuum/OPDB

Daily EP if logged in the last month

Open
#318 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.