Code2Gether-Discord / Code2Gether-Discord/BusyList

Discussion: Should delete really delete?

Open
#17 1 comment 0 reactions 0 assignees View on GitHub
discussion enhancement
Dominant language
C#
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Let's say I am an analytics person and I would like to look at my history.
I would like to see what I have done 1 month/year ago.

If we really destroy the data/task from the database, we can't make the report.

I have 2 suggestion about this:

`IsDeleted`
In the tasks table, there can be a column, called `IsDeleted` --not very suggested

`HISTask`
We can create a new table, called `HISTask` (HistoryTask - it can be renamed) and we can have deleted date and updated date.
When we insert the task, we will insert it on HISTask too.
When we make reports about tasks, we will include HISTask on the query.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.