- Add new function
getLatestReportsCities()to get latest reports of cities. - Add new property in the Reponse
latest_reports_citieto get latest reports of cities. It's an array of object :{ city: string, country: string, reason_tag: string, last_time: date }
- Code refactor
- Add new property in the Response:
status_report_statsfor get some metrics about the service - Add "FR" servicesList
- Add new function
getDoughtnutList()to find in DOM element doughtnutlist and get the new metrics data (most repporting) - Add new function
getDomainExtension()to get domaine extension by the canonic name from config - Add function
getServiceInfoByCN()to get service by his canonic name
- Structure of JSON Config file (add api domaine, protocol, name... and add franch services in list)
- Modified :
getServiceStatus(),getServiceList(),getUrl()to corresponding with the new config file - Code refactor
- Remove functions:
getServiceCN(),getServiceName()andgetServicePath()=> useless
- Add new function
getStatusCause()to get the cause of the status
- Get status-summary from DOM element
- API response frame (in order : service_name, service_status, status_cause, country, src, datetime)
nothing has been change
- Add new property "service_name" in the response to get the service real name (like "Disney +")
- Add new fonction
getServiceName()to get the real name of a service with his canonic name
- Ue the serviceCN (service canonic name : cn = DISNEYPLUS ; realName = "Disney +") to call a service
- API response frame (in order : service_name, service_status, country, src, datetime)
- Change list of service on
services_list.jsformat : CN : [realName, path]
nothing has been deleted
- Create the class
ServiceDown_api - Create the function
getServiceStatus()to get the status of a service - Fill the available services list
- Addition of several functions to make it work
nothing has been change
nothing has been deleted