[fix] Indenting
This commit is contained in:
parent
dcac46b1fb
commit
956c22f73c
@ -1,12 +1,12 @@
|
||||
=============
|
||||
================
|
||||
Documentation
|
||||
=============
|
||||
================
|
||||
|
||||
.. contents::
|
||||
|
||||
Functional requirements
|
||||
--------------------------
|
||||
|
||||
Requirements
|
||||
----------------------------------
|
||||
Funtional:
|
||||
- A user name and password auth
|
||||
- Encrypted sensitive data
|
||||
- The employee need to have their full name captured
|
||||
@ -25,16 +25,17 @@ Functional requirements
|
||||
- If it goes beyond the threshold a different percentage is paid in taxes
|
||||
- The way the extra tax is handled should be parametrized
|
||||
|
||||
Non functional requirements
|
||||
---------------------------
|
||||
|
||||
Funtional:
|
||||
- Session management
|
||||
- Data integrity
|
||||
- Data security
|
||||
- Accessible through web
|
||||
- Containerized
|
||||
|
||||
In
|
||||
-----
|
||||
Software behaivor
|
||||
-----------------
|
||||
In:
|
||||
- Employee details
|
||||
- First name
|
||||
- Middle name
|
||||
@ -45,17 +46,14 @@ In
|
||||
- Work per day
|
||||
- Number of deliveries
|
||||
- Rol performed
|
||||
|
||||
Process
|
||||
-----------
|
||||
Process:
|
||||
- Register a new employee
|
||||
- Modify employee
|
||||
- Search employee
|
||||
- Add new work day for employee
|
||||
- Calculate monthly payment for employee
|
||||
|
||||
Out
|
||||
-----
|
||||
Out:
|
||||
- Upon registering
|
||||
- Employee code
|
||||
- In the work days registry
|
||||
@ -65,11 +63,13 @@ Out
|
||||
- Vouchers (if applicable)
|
||||
|
||||
Tests
|
||||
-------
|
||||
here go the tests
|
||||
-----------------
|
||||
Tests:
|
||||
- here go the tests
|
||||
|
||||
Tools and software used
|
||||
------
|
||||
Tools
|
||||
----------------------------------
|
||||
The following tools and software were used:
|
||||
- phpstorm
|
||||
- git
|
||||
- docker && docker-compose
|
||||
|
Loading…
Reference in New Issue
Block a user