Migrate to React (TS) Issue #22 #30
Replies: 13 comments 13 replies
|
Here are some of the resources for TailwindCSS, if we choose this as our interface styling framework.
|
|
Please share resources for material UI style guide. |
|
I was just looking at the charts page and it looks like it's doing a good bit of very inefficient math that I feel should be handled by the backend. I could see how this would get implemented since they were using a document based database but with a relational I don't see the point. Can we migrate this functionality in parallel with the front end rewrite? |
|
After going through the pages, I realized that we have pages that can just be a simple modal component in the whole page, like adding stock from the stock page, in the current design it takes the user to a new a page to add stock. My proposal is to change this to a modal component to pop-up when the user wants to add stock from the stock list page and also the notification modal component to the user about the successful registration instead of a seperate page. Please add to this discussion. |
|
I was going through pages, those images on the food categories on the sale page would be static or dynamic? In the original codebase found those images in assets. In our current implementation, category images would receive from the backend Or going to be static? I believe category names would be generated from backend but what about images? @briswells |
|
A request to everyone working on the frontend pages/ components, please have a discussion with the backend team regarding the api and the responses as the content depends on that. This will help reduce the number of times you have to make changes once a commit is done wrt a page functionality. |
|
@prestonmasseyblake Can you please check the implementation of |
|
ok I will take a look |
|
Please join this discord server to communicate and pair program with fellow developers Discord. |
|
Flow for committing changes to main, those who are working on frontend.
|
|
Please create an issue before working on it so that others will know if they have to work on that issue or not, there are a couple cases right now where the teams are working on the issues but have not created an actual issues in the repo, this has created confusions and will make others' efforts undone. |
|
@briswells I had couple of questions with your new schema. I am working on charts for summary page. I am planning to create a bar graph for quantity available in each of the four classes that are implementing 'ReportType' interface. |

Uh oh!
There was an error while loading. Please reload this page.
Wanted to know if we are going to create a separate folder for the frontend to make progress with migration.
All reactions