From: Ila <ilaria.battiston@gmail.com> Date: Thu, 23 May 2019 20:00:57 +0000 (+0200) Subject: updated report X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1b0458ac4ca0a7a5f217cf639aa798e82917ff49;p=pgperffarm.git updated report --- diff --git a/report.md b/report.md index d2e1779..7c344d7 100644 --- a/report.md +++ b/report.md @@ -12,9 +12,17 @@ The current application has been built on Python and its module Django, but is m * Testing account exit appropriately (`collectd.py`); * Collecting output of configure and making commands (`git.py`); * API root, the OPTIONS button cannot be unclicked once clicked; -* Graphical interface improvements while viewing JSON results (i.e. adding back navigation); -* Add test cases of different scale sets (scale=10,20â¦); -* Allow custom tests to be added. +* Graphical interface improvements while viewing JSON results on the local server (i.e. adding back navigation); +* Adding test cases of different scale sets (scale=10,20â¦); +* Allowing custom tests to be added; +* Website and interface fixes: + * Improving responsivity when rescaling the window; + * Bug fixes (popups when clicking Status/Machine without being logged in); + * Improving design of the homepage and login form; + * PG PERF FARM and Home redirect to the same page; + * Contact, License and Privacy Policy pages missing; + * There might be an issue with URLs not redirecting properly; + * In the meanwhile, testing is being made with manually created accounts, @@ -51,11 +59,11 @@ Using Django1.11 is recommended because the authentication module is on a Django #### Code specifics -client: contains packages with functions used to generate test results and files, with exception handling. Results are collected with Python modules which analyse hardware, system and database performance. +*client*: contains packages with functions used to generate test results and files, with exception handling. Results are collected with Python modules which analyse hardware, system and database performance. -front-end: contains HTML, CSS and JS code the website is built on. +*front-end*: contains HTML, CSS and JS code the website is built on. -web: contains testing functions, role definitions in the authentication system and parsing of the JSON file, along with conversion of existent results in a downloadable format. +*web*: contains testing functions, role definitions in the authentication system and parsing of the JSON file, along with conversion of existent results in a downloadable format.