ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Road mapDetailResultOutput Note
2
800055BWORKs - Smart contract HR platform
3
git hub:
4
https://github.com/saigonbitmaster/bWorksPublic
5
staging servers:
6
http://bworks.app:4001/cms/#/
7
http://bworks.app:4001/jsk/#/
8
http://bworks.app:4001/emp/#/
9
screenShoots
10
https://drive.google.com/drive/u/1/folders/1hn3i79zGIvTDswpMidlRn9CYgJ8Ia4v9
11
Q2 2022
12
JuneProject outline, break down project into workable tasks and member assignments.Research and engineering task already breakdowns and asigns to team members as submitted DoneGithub is complete and ready to commit: https://github.com/saigonbitmaster/bWorksPublic

Staging servers are complete set up in AWS:
REST API: http://bworks.app:4001/api/
CMS frontEnd: http://bworks.app:4001/cms/#/
Employer frontEnd: http://bworks.app:4001/emp/
Job Seeker frontEnd: http://bworks.app:4001/jsk/#/

List of github commits that already deployed:
https://github.com/saigonbitmaster/bWorksPublic/commits/master
add employer multi language
add employer screens
init employer frontEnd project
add job seeker multi language
add job seeker screens
init job seeker frontEnd project
init cms frontEnd
saigonbitmaster committed 1 hour ago
backend init & backend jobs
multi language
backend utils
jsk models & logics
emp models & logics
cms models & logic
user & acl management
init backend project
README
13
Setup development environment: gitHub, staging server.Setup git repo, init project and code commits.
Set up AWS staging server include: web server, backend server, job servers, CARDANO testnet NODE, Mongo and redis server
Done
14
Define detailed system architecture and select technologies.Select technologies and framework to build project:
- REST API
- REACT
- REDIS
- CARDANO NODE & Haskell, plutus environment
15
Develop POC to verify main logics and concepts.Develop POC with below features:
- Backend REST API:
expose rest API endpoints
perform client logic requests
user management: access control list, user submit, token base authentication
connect with mongoDB as model define
- React web frontend for 03 modules:
CMS for admin management
Employer for employer
Job seeker for job seeker and developer
Done
16
Q3 2022
17
JulyAlgorithm to select posted jobs for a job seeker, select bids for an employer.
18
AugustDatabase schema, background jobs and data aggregation scripts.
19
20
SeptemberBackend REST API and logics for employer, job seeker, CMS admin functions and smart contract integration with Cardano blockchain network.
21
UI/UX, frontend application for employer, job seeker and CMS admin.
22
Q4 2022
23
OctoberOn-chain Cardano escrow smart contract to handle freelance contract between employer and job seeker.
24
NovemberOff-chain code to call deployed contract on Cardano.
25
DecemberFunctional and integration test for each component and rebuild if needed.
26
Integrate test full application flow.
27
Q1 2023
28
January
29
February
30
March
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100