diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-13 16:01:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-13 16:01:33 -0700 |
commit | 5cdd3d34f1932197fdd81d9b03570767f85eebf4 (patch) | |
tree | e796c37ae36507b978bb63ce83cfb757cb63719d /notes/webface_notes.txt | |
parent | 0a9d59f33a3bef94f6b57f303fab1fa71cfcafd4 (diff) | |
download | fatcat-5cdd3d34f1932197fdd81d9b03570767f85eebf4.tar.gz fatcat-5cdd3d34f1932197fdd81d9b03570767f85eebf4.zip |
notes/docs cleanups
Diffstat (limited to 'notes/webface_notes.txt')
-rw-r--r-- | notes/webface_notes.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/notes/webface_notes.txt b/notes/webface_notes.txt index 8ed47d0b..37a56c5c 100644 --- a/notes/webface_notes.txt +++ b/notes/webface_notes.txt @@ -1,4 +1,6 @@ +# CSS/JS Libraries + tachyons is nice for simple css-only stuff, but let's use "Semantic UI" because it has a bunch of javascript form stuff. @@ -6,3 +8,55 @@ it has a bunch of javascript form stuff. <script src="https://cdn.jsdelivr.net/semantic-ui/2.2.13/semantic.min.js"></script> +# "Add Something" Workflow + +## Add a Work + +Title +Primary Type +Primary Creators/Authors +Description (not an abstract) +Primary/Original Language +Subject/Categorization/Tags +Is a Stub (unpublished/unreleased) + +## Release Information + +Contributors +Date +Container / Part-Of +Publisher +Identifiers +Language +Type / Media +Issue / Volume / Pages / Chapter + +## Anything Else? + +Known file / copy / url +Citations (outbound) + +# Queries / Searches / Views + +Views: work, release, creator, container, publisher + +Lookup by identifier + +# Other Workflows/Editors + +Single-creator-oriented helper to find works and disambiguate authorship + +Bulk author disambiguation helper (find other unresolved authors with same +alias text and select; drag works between columns) + +Bulk query-then-edit UI: search results in a table, edit like a spreadsheet, up +to... dozens? Query and then apply delta (eg, set topic)? Eg, author edits +basic metadata for all their citations all at once. + +Release editor + +Merge containers (and all related releases) +Merge entities (works, releases, etc) +Move release between works +Split entities (works, authors, etc), including linked stuff + |