How to start?
So you are a full stack web developer, and you have been tasked to create a new feature. Imagine the following scenario.
There is a need for a legal compliance module to be included in Cerev's feature. Our users wish to use Cerev to keep track of all legal documents expiry. This module needs to do the following;
- Able to add document that requires tracking, with the expiry date
- Able to show users how many days remain before it expires
- Notification to prompt the users when documents are close to expiry
We will tackle each section and introduce the architecture that HelixByte abide by to maintain consistency and readability.