... | ... | @@ -42,4 +42,22 @@ A key point to remember in software specification is that you are writing from a |
|
|
2. __Requirements__: write down all the project requirements as you understand them. Feel free to categorize them into logical groups.
|
|
|
3. __Assumptions__: write down all the general assumptions you have made regarding the project. These assumptions are part of the spec and help delineate the scope of the project. They can include, server software, supported browsers, data supplied in specific formats, etc.
|
|
|
|
|
|
### Use Case
|
|
|
|
|
|
A simple use case is an upgrade request from Symantec on a tool we had previously built for them. After speaking with the project manager I scheduled an interview with the client. When all my questions were satisfied, I then put together the following specification:
|
|
|
|
|
|
Symantec Pricing Calculator Upgrade
|
|
|
|
|
|
1. Performance Sizing
|
|
|
- __UI Changes__
|
|
|
Symantec NetBackup Appliance Software version Pulldown will be added after appliance selection. The choices will be 2.5 and 2.6.
|
|
|
GB changed to TB throughout the sizing interface.
|
|
|
Performance sizing data collection screens will occur after capacity sizing. These pages will collect the data represented by the blue fields in the spreadsheet supplied by Mario Lukic on 1/27/14.
|
|
|
- __Logic Changes__
|
|
|
After the capacity sizing calculations occur and the required capacity TBs are calculated we calculate the required throughput TBs using the performance sizing inputs and the calculation supplied.
|
|
|
Mario will supply Digitec with a formula that will allow us to determine whether the capacity TBs are enough to satisfy the throughput TBs. If the capacity TBs satisfy the throughput TBs we simply use the capacity TBs to give the recommendation. If the capacity TBs do NOT satisfy the throughput TBs we then adjust the required TBs and proceed with the recommendation.
|
|
|
- __General Assumptions__
|
|
|
If the software choice is 2.6 and sizing is chosen, you MUST use performance sizing.
|
|
|
The data for recommendations for 2.6 will be submitted in the Digitec specified format.
|
|
|
There are NO additional SKUs to be added in this update.
|
|
|
|