You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sendResponse Utility class :- This class is responsible for sending json response to client without having to use the response()->statusCode(200)->json($data).
mailSender :- this is a utility function that helps in sending out mail to client email address.
emailTemplate ( welcome, signup, verification ) :- this would be a unique html files that would be used by the mailSender utility class which helps in sending out beautiful emails to client.
Features / Functionalities
Authentication / Authorisation.
Email Verification Script
CSV Parser Script
Adding of Employees. ( manually )
Adding of Employees. ( CSV file )
Assessments Creation
Categories Creation.
Questions creation ( manually ).
Questions creation ( CSV file ).
How can I help?
triage issues
pick a bug, recreate it locally, then fix it
match design on figma
on existing pages if you notice an inconsistency between figma and the website you can make a pr to fix it
we will be releasing new components that you can build
What about X feature I want to PR to Engineering360?
Ask me ( Admins / Maintainers ) before starting and tell me ( Admins / Maintainers ) the problem you are trying to solve with this feature (also make sure at least one other person besides yourself has experienced this problem).
The text was updated successfully, but these errors were encountered:
App Features
Main
Models Setup
Controllers
Middlewares
Utilities
response()->statusCode(200)->json($data)
.Features / Functionalities
How can I help?
What about X feature I want to PR to Engineering360?
Ask me ( Admins / Maintainers ) before starting and tell me ( Admins / Maintainers ) the problem you are trying to solve with this feature (also make sure at least one other person besides yourself has experienced this problem).
The text was updated successfully, but these errors were encountered: