Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

CSC491 A5 - App Repo

Compare
Choose a tag to compare
@Arieski Arieski released this 05 Mar 05:06
· 65 commits to master since this release
a34535d

Our repo for docs: https://github.com/dcsil/X-Tech

Stackshare.io (https://stackshare.io/dcsil/x-tech) update:
We replaced our originally selected UI frame Bootstrap with Material-UI. The reason is that Material-UI adopts a component-based importing style, making it suit well in a "React programming style". This makes us comfortable when during the front-end UI development because we can treat imported UI components from Material-UI as other React components we define. Also, Material-UI is responsive so it can also support our future plan for the mobile web app.

Roadmap (https://github.com/dcsil/X-Tech/blob/master/product_research/roadmap.md) update:
On the roadmap, we moved a few tasks into the “completed” category, included:
Implement CRUD APIs for the database
Set up CI for both front-end and backend server
Set up a test infrastructure for both front-end and backend server
Create a bootstrap script

And we also added the following tasks for our next week’s plan, which are omitted in our last update:
Add React routers
Add front-end HTML requests for table CRUD operations

Currently, we are on schedule. We have completed our major tasks for the past two weeks based on our roadmap, which included implementing our front-end user interface and database APIs on time, and deploying our web application on Heroku.

Note: We tried to use sumo logic to keep tracking of all logs but did not find a way to automatically upload the log file. We uploaded the log files and the URL in service.yml is linked to the file on Github.