Skip to content

Commit

Permalink
GITBOOK-247: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Dec 15, 2023
1 parent f22cc7e commit 92be48f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions epics/social-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,37 @@
* Timestamped data 
* Change log
* Reporting (Statistics)

## DB design

For attestation and change log maintain following tables:

* **Change log table**
* id of the field
* changed datetime
* changed by
* previous value
* new value
* comments
* **Attestation table**
* id of the field
* status (NEW, ATTESTED, REJECTED ..)
* attested by
* attestation datetime
* comments

The `status` fields will come from buisness processes and real use cases.

## User interface

UI required for the following:

* Person to login, view and update records
* Admin to view and attest fields with comments
* Download of CSV for chosen fields of registry
* Upload of attested CSV

## Bulk attestation

We should be able to download a CSV from the registry, apply bulk attestation, and upload back the CSV. The upload should trigger update of registry, change log and attestation table

0 comments on commit 92be48f

Please sign in to comment.