Skip to content
Permalink
Browse files
Added the Stage 3 Functionality
  • Loading branch information
aa7401 committed Mar 12, 2021
1 parent 2cf728f commit a7771cecc085805a314f3cf70b269599687cefdc
Showing 1 changed file with 14 additions and 0 deletions.
@@ -70,6 +70,20 @@ The intermediate tasks require you to make changes to the functionality:
3. This takes them to a _Send Message_ screen where they type in a message which will be sent to the CV owner.
4. The _Homepage_ should include a section which lists all the messages they have been sent plus the name, phone number and email address of the sender.

---

# Stage 3

You will now implements features to help potential employers locate suitable candidates:

1. Each CV should include their location address and this should display on a map when the CV is viewed.
2. There should be the option for the user to include the highest [qualification level](https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels) by selecting from a dropdown list.
2. There should be an advanced search screen where the person searching can enter the following:
1. The location of the job.
2. The minimum qualification level required.
3. Any skills required.
3. The results from the advanced search should be listed in order of relevance with the most relevent at the top. There should be the option to see the details screen showing the full CV.

----

## Extras

0 comments on commit a7771ce

Please sign in to comment.