|
1 |
| -Hello!!! |
| 1 | +SkillTest application. |
| 2 | + |
| 3 | +A project description: |
| 4 | +A testing bank for recruiters to evaluate candidate skills. |
| 5 | + |
| 6 | +Who uses it? |
| 7 | +Recruiters are primary users, Candidates are secondary users |
| 8 | +Perfect for employee testing or pre-employment testing for candidate screening, pre-training testing and post-training testing, certification programs or workforce planning. |
| 9 | + |
| 10 | +What outputs do they need? |
| 11 | +Total candidate score from testing. |
| 12 | + |
| 13 | +What inputs are needed to generate those outputs? |
| 14 | +Recruiter creates a questions for candidate. |
| 15 | +Candidate answer a questions. |
| 16 | + |
| 17 | +A list of technologies that you plan to use |
| 18 | +HTML, CSS, JavaScript, EJS, Node.js, Express, PostgreSQL |
| 19 | + |
| 20 | +Features: |
| 21 | +When recruiter visits page, they are directed to a register/login page |
| 22 | +Recruiter can create account and log in |
| 23 | +Recruiter can create a test |
| 24 | +When a test is created, the recruiter received a unique test id to send to the candidate with password that can be randomly generated |
| 25 | +Tests can be re-used by indicating a candidate in the url or password |
| 26 | +Recruiter received detailed results for completed tests with graphs |
| 27 | +When candidate visits unique url, they are prompted to enter password created for the test by the recruiter |
| 28 | +Tests prompt different difficulty levels of question based on whether or not the candidate got the last questions correct |
| 29 | +Test responses are timed |
| 30 | + |
| 31 | +DB Shchema: |
| 32 | + |
| 33 | + |
| 34 | +### APP |
| 35 | + |
| 36 | +Home: |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +Login: |
| 42 | + |
| 43 | + |
| 44 | +Register: |
| 45 | + |
| 46 | + |
| 47 | +Home Recruiter: |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +Recruiters Client: |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +Recruiters Tests: |
| 56 | + |
| 57 | + |
| 58 | +Add a Client by Recruiter: |
| 59 | + |
| 60 | + |
| 61 | +Create a Test by Recruiter: |
| 62 | + |
| 63 | + |
| 64 | +Recruiter Acc Settings: |
| 65 | + |
| 66 | + |
| 67 | +Test by Recruiters Client - Login: |
| 68 | + |
| 69 | +Test by Recruiters Client - Questions: |
| 70 | + |
0 commit comments