linksplatform / linksplatform/Data.Doublets

Implement TemporalResolver decorator

Open
#216 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted reward
Dominant language
C#
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

300 RUB reward can be claimed by anyone who completes this task.

Continuation of: https://github.com/Konard/LinksPlatform/issues/466
May be related to: https://en.wikipedia.org/wiki/Temporal_database

This decorator should translate delete and update operation to series of create operations.
Each change is recorded directly. Data store contains all versions of data.
ILinksTemporalExtensions can contain temporal version of each read operations that receive timestamp as an argument. These versions will be able to get data as they were seen in the specified point in time.

Contributor guide

No contributing guide indexed for this repository

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 locating the decorator implementation area and ILinksTemporalExtensions, then review the continuation issue for the intended temporal behavior. Done means delete and update operations are represented as create operations, changes preserve all data versions, and timestamped read operations can retrieve the state seen at that time.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.