-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add first draft of constraints document
First attempt to address #221.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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,22 @@ | ||
# Constraints | ||
|
||
The following document details the reasons why we do some of the things we do. | ||
|
||
## Our constraints | ||
|
||
As part of a big company that delivers scientific content, there are some constraints that define the work that we do. | ||
|
||
Particularly, the solutions that we deliver: | ||
|
||
* must be accessible, | ||
* must be Technically Robust and Performant, | ||
* must be Legally Robust, | ||
* will reflect Management & Org Structure, | ||
* are bound by our Infrastructure, | ||
* need to be appropriately Secure, and | ||
* need to reflect the Company's Stature. | ||
|
||
As a result of these constraints, the solutions that we provide are: | ||
|
||
* [Progressively enhanced](../practices/house-style.md#progressive-enhancement-and-browser-support) | ||
* Compliant with [WCAG 2.0 level AA](../practices/house-style.md#ccessibility) |