| Summary: | When API calls are made, we need a way to identify the data volume flowing through the API. Design: - In Menu "Global Administration ~> Security Token". Add two fields, "DataToday", "DataMTD", "DataYTD"
- These two fields will hold Data Volume for "Today", "This Month" and "This Year" respectively
- These fields will reset each period respectively
|
| PART A - Development work for this case has been completed. 1. The change will be available in version: 16.04 2. The following changes were made (Include Database object names, Program classes, and any other relevant information): - Added 4 new fields to Menu: "Global Administration ~> Security Token"
- DataInMTD, DataInYTD, DataOutMTD, DataOutYTD
- These fieldes store LinkSOFT API data processing in their respective columns
- Data is displayed in Megabytes. Decimal megabytes (MB = 1,000,000 bytes)
3. Affected Areas: - Menu: "Global Administration ~> Security Token". Data Display Only.
4. The issue was caused by: - New feature.
- Added to allow data flow management
5. Other Relevant Notes: 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT
|