} else {
button = <li className="dropdown sign-in">
<Link to="/login" aria-expanded="false">
- Sign in
+ Log in
</Link>
</li>;
}
<li>
<a href="#">
<div>
- <i className="fa fa-tasks fa-fw"></i> Licence
+ <i className="fa fa-tasks fa-fw"></i> License
{/*<span className="pull-right text-muted small">4 min</span>*/}
</div>
</a>
render(){
return (
<div id="page-wrapper" className="jumbotron">
- <h1>Hello, world!</h1>
+ <h1>PostgreSQL Performance Farm</h1>
<p>
- The PostgreSQL Performance Farm project is a community project to collect performance data from tests as code changes are made to PostgreSQL. To support this effort, a database needs to be created for storing results, and a Web site developed to review results.
- This project will focus on developing the Web site on top of the database.
- The database will be using PostgreSQL in the back-end. Test results will come in the form of JSON and flat files. The Web application will be developed using the Django Web framework.
+ The PostgreSQL Performance Farm project is a community project to collect performance data from tests, as code changes are made to PostgreSQL. Test results come as JSON or flat files, and the server-side interface is deployed using the Django framework.
</p>
<p>
- As an example, the PostgreSQL Build Farm site is a central repository for the results of testing source code changes for PostgreSQL as they occur, on a wide variety of platforms.
+ This website enables registered users to upload, browse and download test results for all machines.
</p>
{/*<button className="btn btn-warning">test</button>*/}
}
}
-export default Home;
\ No newline at end of file
+export default Home;
* 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;
- *
+ * There might be an issue with URLs not redirecting properly.
-In the meanwhile, testing is being made with manually created accounts,
+In the meanwhile, testing is being made with manually created accounts, although there are some server-side issues related to login.
The system is being developed using Debian 9 and OSX Mojave.
+## Coding Phase 1
+#### Week 1
+
+During the first week, some minor changes are made to the front-end interface, to get acquainted with the source code without risking bugs:
+
+* "Sign in" changed to "Log in" in the homepage;
+* Changed the homepage text;