48
edits
(Describe common properties) |
(Rewording. Forgot to add authentication) |
||
Line 68: | Line 68: | ||
* Data input format should be structurally identical for both bulk and individual contribution | * Data input format should be structurally identical for both bulk and individual contribution | ||
* Data should not store localized labels | * Data should not store localized labels | ||
* Ability to snapshot data ("export") | |||
* Ability to restore service quickly | |||
Line 92: | Line 94: | ||
# Search current data, by Feature, Author, Browser | # Search current data, by Feature, Author, Browser | ||
# Search contribution events, by Feature, Author, Browser | # Search contribution events, by Feature, Author, Browser | ||
# Compile a data view as the sum of contributions between an initial data and the sum of contributions applied to it | |||
# Generate an HTML representation of the data (may or may not have more than one HTML format) | # Generate an HTML representation of the data (may or may not have more than one HTML format) | ||
# | # Accept writes only if authenticated to trusted authentication provider | ||
# CRUD Labels | # CRUD Labels | ||
# CRUD Contribution | # CRUD Contribution | ||
Line 103: | Line 106: | ||
=== Properties that has common attributes === | === Properties that has common attributes === | ||
Common properties should indicate the system dependencies and, therefore | Common properties should indicate the system dependencies and, therefore, makes them critical to supporting other features of the system as a whole. | ||
* Data entry ("Contribution") is required in multiple contexts: Bulk contribution, Individual contribution, Individual contribution from external site, during initial import | * Data entry ("Contribution") is required in multiple contexts: Bulk contribution, Individual contribution, Individual contribution from external site, during initial import | ||
* Search is required for two different contexts: Current data, Contribution event log | * Search is required for two different contexts: Current data, Contribution event log |
edits