Update for 27-01-22 16:00
This commit is contained in:
parent
d1dc451813
commit
47dede2818
@ -17,6 +17,11 @@
|
|||||||
* [[qemu]] - Virtual machine
|
* [[qemu]] - Virtual machine
|
||||||
* [[Docker]] - Psudeo VMs
|
* [[Docker]] - Psudeo VMs
|
||||||
|
|
||||||
|
== Human aspect ==
|
||||||
|
|
||||||
|
The human aspect of development
|
||||||
|
|
||||||
|
* [[eliciting_requirements]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
28
tech/eliciting_requirements.wiki
Normal file
28
tech/eliciting_requirements.wiki
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
= Elciting Requirements =
|
||||||
|
|
||||||
|
== Quality ==
|
||||||
|
|
||||||
|
* constraints on execution, response, or throughput?
|
||||||
|
* how much data will flow through it?
|
||||||
|
* how often will data be received and sent?
|
||||||
|
|
||||||
|
== Usability ==
|
||||||
|
|
||||||
|
* any trainging required to use it?
|
||||||
|
* how easy should it be for user to understand?
|
||||||
|
|
||||||
|
== Security ==
|
||||||
|
|
||||||
|
* must access be controlled?
|
||||||
|
* should user data be isolated from other users?
|
||||||
|
* should user programs be isolated/sandboxed?
|
||||||
|
|
||||||
|
== Relibaility ==
|
||||||
|
|
||||||
|
* must system detect and isolate faults?
|
||||||
|
* what is mean time between failures?
|
||||||
|
* is there a max time allowed for restarting the system after failure?
|
||||||
|
* how often must backups be?
|
||||||
|
* must back up copies be stored off site?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user