Subpages:
Objective
The objective of this sprint is to implement a basic publication feature.
Business requirements
These requirements extend those from Sprint 1 unless stated otherwise.
- It must be possible to create an Editor
- An Editor must be able to log in
The use case publishEntry must be implemented
- The entries supplied in the supplyEntry use case must be held for explicit publication
- In the use case readEntries for all entries all Editors must be listed who published this entry
Admittedly part of these requirements are mainly driven by
purely technical considerations 

Technical requirements
These requirements extend those from Sprint 1 unless stated otherwise.
Functional requirements
It must be possible to create an Editor
- An Editor must be identified by an account
- The account must contain only alphanumeric characters
- An account must be unique
- An Editor must be identified by an account
An existing Editor must be able to log in
Entries supplied in the supplyEntry use case must not be published immediately
An Editor must be able to see a list of all entries supplied ever
- Each entry must have a modifiable published state
- For each other Editor the publishing state must be listed
In the readEntries use case only entries may be visible which are published by at least one Editor
- Each entry must list the accounts of all the Editors who published this entry