Commit f29036dd authored by EASHAN GUPTA's avatar EASHAN GUPTA

Update Readme

parent a5c50a20
......@@ -37,26 +37,26 @@
Task-wise details:
--------------------------------------------------------------------------------------------------------------------------------------------------------
#####1. Allocation :
1. **Allocation:**
* It is relatively simple to implement.
* 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.
#####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 institute can create a large number of applicant users, through csv file input, to give their preferences and allocate them choices.
#####3. Applicant Login:
3. **Applicant Login:**
* 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.
#####4. Freeze, Float, Drop:
4. **Freeze, Float, Drop:**
* After allocating once, all the applicants can choose to either freeze, float or drop their current branch.
* **Freeze**: Accept the current allocated choice and be removed from further rounds of allocation.
* **Float**: Be included in further rounds of allocation thus risking the current allocated seat in hope for a better allocation.
* **Drop**: To drop the current seat and not be included in 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.
3. **Drop**: To drop the current seat and not be included in further rounds of allocation.
#####5. Institute registration
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