Commit 3714fc33 authored by amanjain2898@gmail.com's avatar amanjain2898@gmail.com
parents 68dfeb3a 9d410858
...@@ -35,7 +35,7 @@ General Allocation Portal ...@@ -35,7 +35,7 @@ General Allocation Portal
6. Click on the 'Register with us' link on the homepage to register an institute and create its portal. 6. Click on the 'Register with us' link on the homepage to register an institute and create its portal.
7. Once your institute has registered click on the link 'Institute login' to login to your dashboard. 7. Once your institute has registered click on the link 'Institute login' to login to your dashboard.
8. You will find links for applicants and choices and on clicking them, all the corresponding existing database will be displayed. 8. You will find links for applicants and choices and on clicking them, all the corresponding existing database will be displayed.
9. Initially there will be no choices available. To add applicats and choices, click on the upload file button to and select a csv file with the appropriate format. 9. Initially there will be no choices available. To add applicants and choices, click on the upload file button to and select a csv file with the appropriate format.
10. The csv file format of the choices is: choice name, choice capacity 10. The csv file format of the choices is: choice name, choice capacity
11. The csv file format of the applicants is: name, rank, email-id, account-password 11. The csv file format of the applicants is: name, rank, email-id, account-password
12. After uploading the file for applicants, corresponding users with the username as 'name' and password as 'user_password' will be created. 12. After uploading the file for applicants, corresponding users with the username as 'name' and password as 'user_password' will be created.
...@@ -46,9 +46,9 @@ General Allocation Portal ...@@ -46,9 +46,9 @@ General Allocation Portal
Task-wise details: Task-wise details:
-------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------
1. **Allocation:** 1. **Institute registration**
* Sort the students in order of their rank and allocated as per the rank list. * New Institutes can register using a form.
* Checking it's correctness is tough. One needs to solve the test cases manually and then check with the program output. * The portal, once active, allows various institutes to use the matchmaking problem solver and so it can cater a wide variety of matchmaking problems.
2. **Institute Login:** 2. **Institute Login:**
* The various institutes using the portal are admins with access to all the information of the applicants and the choices made available. * The various institutes using the portal are admins with access to all the information of the applicants and the choices made available.
...@@ -58,14 +58,14 @@ Task-wise details: ...@@ -58,14 +58,14 @@ Task-wise details:
* The various applicant users of the portal are also provided with a username and a password as given by their institute. * The various applicant users of the portal are also provided with a username and a password as given by their institute.
* They can use this to login and fill in their preferences. * They can use this to login and fill in their preferences.
4. **Freeze, Float, Drop:** 4. **Allocation:**
* Sort the students in order of their rank and allocated as per the rank list.
* Checking it's correctness is tough. One needs to solve the test cases manually and then check with the program output.
5. **Freeze, Float, Drop:**
* After allocating once, all the applicants can choose to either freeze, float or drop their current branch. * After allocating once, all the applicants can choose to either freeze, float or drop their current branch.
1. **Freeze**: Accept the current allocated choice and be removed from further rounds of allocation. 1. **Freeze**: Accept the current allocated choice and be removed from further rounds of allocation.
2. **Float**: Be included in further rounds of allocation thus risking the current allocated seat in hope for a better allocation. 2. **Float**: Be included in further rounds of allocation thus risking the current allocated seat in hope for a better allocation.
3. **Drop**: To drop the current seat and not be included in further rounds of allocation. 3. **Drop**: To drop the current seat and not be included in further rounds of allocation.
5. **Institute registration**
* New Institutes can register using a form.
* The portal, once active, allows various institutes to use the matchmaking problem solver and so it can cater a wide variety of matchmaking problems.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment