CS302_G1T4_Presentation_Slides.pdf
The general idea was to effectively connect employers and freelancers with five key scenarios:
Create a Job
When an employer posts a new job, freelancers that are subscribed to the employer will receive a notification (email).
Apply Job
When freelancers apply for a job, the employer will receive an email for the job applications that he receive.
Accept Job Application
The employer accepts a single job application, and the applicants are informed of the result via email (successful applicant will receiver successful application email, and failed applicant(s) will receive an application failed email).
Complete Job
A freelancer can submit his completed work and the employer will be notified via email to approve/disapprove the work.
Approve Completion
The employer accepts the completed work submitted by the freelancer, and payment will be made to the freelancer using Stripe. The freelancer will be notified via email. The Saga pattern is also implemented here such that if the payment fails, the status will be rolled back.
JavaScript
Python
TypeScript