--- title: "GSoC 2019 - Developer Web Interface for ReactOS (Final Report)" author: "ayush_sinha" date: 2019-08-20 aliases: [ "/node/69643" ] tags: [ "gsoc", "gsoc-2019" ] banner: "img/blogs/gsoc-2019-developer-web-interface-reactos-final-report-thumb.png" ---
Developer Web Interface for ReactOS is a web tool to support the development of ReactOS. The main goal of this project is to develop a platform for ReactOS developers to easily track Commits, Builds and Test details. The web Interface makes API calls to various endpoints of GitHub, BuildBot and Testman API and interrelates them and renders a simplified view of Commit, Build and Test details at one place, so developers don't have to visit different sites to view different details, our web Interface collects all details and displays at one place.
The commits can be filtered by branch and PRs can be filtered by their States(closed, open and all ). At first, the screen loads and show 10 panels containing the latest commits and upon clicking the panel you get all details about the commit, build and tests.
{{< gallery >}} {{< figure link="/sites/default/files/imagepicker/56126/Capture11.png" caption="Commits Tab" >}} {{< figure link="/sites/default/files/imagepicker/56126/c4.png" caption="Expanding Each commit" >}} {{< figure link="/sites/default/files/imagepicker/56126/c3.png" caption="One can easily switch from commits Tab to PRs tab to get the desired information" >}} {{< /gallery >}}The web interface now shows all data related to commits, builds and tests and is ready to use. It will save time developers so that they can focus on development rather than spending their time searching for commit details and finding build results around the buildbot interface.
ReactOS had been a very supportive organisation throughout the GSoC period. I would like to thank my mentors @colin Finck @extravert34 and @vicmarcal for guiding me. From now onwards I'll be a regular ReactOS contributor.