-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare to publish first draft. ReSpec tooling and sample content (#20)
* Prepare to publish first draft. ReSpec tooling and sample content Signed-off-by: Hadrian Zbarcea <[email protected]> * Update README.md Co-authored-by: Aaron Coburn <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/user-stories.md Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/glossary.md Co-authored-by: Pierre-Antoine Champin <[email protected]> * Update spec/index.html Co-authored-by: Pierre-Antoine Champin <[email protected]> --------- Signed-off-by: Hadrian Zbarcea <[email protected]> Co-authored-by: Aaron Coburn <[email protected]> Co-authored-by: Pierre-Antoine Champin <[email protected]>
- Loading branch information
1 parent
dc8bf16
commit 3141428
Showing
6 changed files
with
164 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- <dfn>Storage Provider</dfn> - A Service Provider that ofers a cloud-based data storage service conformant with the LWS protocol. | ||
- <dfn>Identity Provider</dfn> - The party that manages the subscriber’s primary authentication credentials and issues assertions derived from those credentials ; see [NIST definition](https://csrc.nist.gov/glossary/term/identity_provider) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Spec proposal</title> | ||
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> | ||
<script class='remove'> | ||
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec | ||
var respecConfig = { | ||
specStatus: "ED", | ||
shortName: "lws-ucs", | ||
copyrightStart: "2024", | ||
// previousPublishDate: "N/A", | ||
editors: [ | ||
{ name: "Pierre-Antoine Champin" }, | ||
{ name: "Hadrian Zbarcea" }, | ||
], | ||
group: "wg/lws", | ||
wg: "Linked Web Storage", | ||
maxTocLevel: 3, | ||
localBiblio: { | ||
RESUMABLE_UPLOADS: { | ||
title: "Resumable Uploads for HTTP", | ||
authors: ["M. Kleidl", "G. Zhang", "L. Pardue"], | ||
date: "3 December 2024", | ||
href: "https://httpwg.org/http-extensions/draft-ietf-httpbis-resumable-upload", | ||
status: "Draft", | ||
publisher: "IETF", | ||
} | ||
}, | ||
lint: { | ||
"no-unused-dfns": false, | ||
}, | ||
}; | ||
</script> | ||
</head> | ||
<body> | ||
<section id="abstract"> | ||
<p> | ||
User stories and use cases for the LWS spec. | ||
</p> | ||
</section> | ||
<section id="sotd"> | ||
</section> | ||
|
||
<section id="introduction"> | ||
<h2>Introduction</h2> | ||
<p> | ||
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a> | ||
for how toget started! | ||
</p> | ||
</section> | ||
|
||
<section id="use-cases"> | ||
<h2>Use Cases</h2> | ||
<p>The use cases for this specification are documented below.</p> | ||
<div data-include="user-stories.md" data-include-format="markdown" data-include-replace="true"></div> | ||
</section> | ||
<section id="glossary"> | ||
<h2>Glossary</h2> | ||
<p>The glossary provides definitions of key terms and concepts used throughout this specification. It serves as a quick reference to ensure clarity and a shared understanding among readers and contributors. By standardizing terminology, the glossary supports consistent communication and alignment in interpreting this specification.</p> | ||
<div data-include="glossary.md" data-include-format="markdown" data-include-replace="true"></div> | ||
</section> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## Functional Stories | ||
|
||
### Use Case 1: Large HTTP uploads | ||
|
||
As a `user` and/or a `software developer`, | ||
I want to upload large files that may or may/not complete due to network and/or server issues. Further, for very large uploads also knowing what percentage of a file(s) that is uploaded is handy to have as both user and developer. | ||
|
||
#### Preconditions: | ||
|
||
User/developer is working with large files. | ||
|
||
#### Trigger: | ||
|
||
User attempts to upload a file. | ||
|
||
#### Actors: | ||
|
||
- User with a large file | ||
- the server to which the file needs to be uploaded to | ||
|
||
#### Distinction: | ||
|
||
N/A | ||
|
||
#### Scenario: | ||
|
||
Large file(s) is correctly uploaded and user knows how long it was going to take within a reasonably degree of accuracy. | ||
|
||
#### Alternative case(s): | ||
|
||
If large file handling is not available user/developer can get notification to the lack of this particular service or an alternate unspecified method for these sizes of files. | ||
|
||
#### Error scenario: | ||
|
||
- network crash and/or interruption | ||
- server crash and/or interruption | ||
- any interference that would disrupt the transfer of the large file(s) (ie cat on keyboard) | ||
|
||
#### Acceptance Criteria: | ||
|
||
User/developer has at least one methodology that will be available in order to upload (or resume) a large file(s) upload. | ||
|
||
#### References: | ||
|
||
- [[[RESUMABLE_UPLOADS]]] | ||
|
||
|
||
## Non-Functional Stories | ||
|
||
## Technical Stories | ||
|
||
## Spike Stories | ||
|