4 requirements for ASP.NET MVC web application
Budget: $30 – $250 AUD
Hello Experts
Another day and another few requests for my web application. My web supplication is created using Visual Studio 19 and ASP.Net MVC, it is used to register for COVID-19 testing events
The URL for the web application is dynamic and has two query strings; an example to the URL is
crsweb.azurewebsites.net/home/index?id=52&orgname=Safety+Matrix
The id in the query string is the Event ID which is very important to link those who register to a specific event which will be held on certain day in the future (Event Start Date), the event duration will be between (Event Start Time) and (Event End Time), all Event Data can be obtained from the Events table using the Event ID
When the user visits the URL above, the web application starts with simple page with a <Start Registration> button. See attachment 1
When the user presses <Start Registration> button, the registration page will open with all required fields to fill. See attachment 2
The user fills in all compulsory fields and presses <Register>; this will open the last web page with confirmation of registration along with the Registration ID. See attachment 3
What I need are the following please:
Requirement 1
1- After pressing the <Start Registration> button, the user should be presented with a page to only enter the mobile number, then the web application should search the Donors table for that mobile number and if found, then all registration fields should be populated from the Donors table (all behind the scene and not on the screen) and before being saved to the Registrations table the user should be presented with only the Consent tick box seen in attachment 2 at the bottom which is another field in the Registrations table, all fields above it should be populated but hidden, only the Consent tick box at the bottom and <Register> button are visible to the user, and after the user ticks the Consent tick box and presses <Register>, it should open the last web page with confirmation of registration along with the Registration ID. See attachment 3
2- If the Mobile phone is not found in the Donors table, then the application should open the Registration form, attachment 2, as it is normally working now, however the Mobile Phone should be the only populated field as we don’t want the Donor to enter it again, then Registers as normal after entering all compulsory fields
Requirement 2
1- If the user visits the URL outside the Event Date and/or after the Event End Time, as seen in attachment 1, then pressing <Start Registration> button should present a new page with a message that the Event has finished and Registration is not allowed
Requirement 3
1- In the Registration page, attachment 2, at the bottom there is a field called Job Category, this field is a dropdown, the values are hard coded using ENUM class in the RegistrationController, I want the values to be fetched from an SQL table named JobCategories and from a certain column named JobCategory
Requirement 4
1- In the Registration page, attachment 2, the consent tick box at the bottom is hardly visible by the users, I want it somehow big and easily seen by the user
I will send you the sln file to do with what is needed then you send it back for me to test
Cheers
Another day and another few requests for my web application. My web supplication is created using Visual Studio 19 and ASP.Net MVC, it is used to register for COVID-19 testing events
The URL for the web application is dynamic and has two query strings; an example to the URL is
crsweb.azurewebsites.net/home/index?id=52&orgname=Safety+Matrix
The id in the query string is the Event ID which is very important to link those who register to a specific event which will be held on certain day in the future (Event Start Date), the event duration will be between (Event Start Time) and (Event End Time), all Event Data can be obtained from the Events table using the Event ID
When the user visits the URL above, the web application starts with simple page with a <Start Registration> button. See attachment 1
When the user presses <Start Registration> button, the registration page will open with all required fields to fill. See attachment 2
The user fills in all compulsory fields and presses <Register>; this will open the last web page with confirmation of registration along with the Registration ID. See attachment 3
What I need are the following please:
Requirement 1
1- After pressing the <Start Registration> button, the user should be presented with a page to only enter the mobile number, then the web application should search the Donors table for that mobile number and if found, then all registration fields should be populated from the Donors table (all behind the scene and not on the screen) and before being saved to the Registrations table the user should be presented with only the Consent tick box seen in attachment 2 at the bottom which is another field in the Registrations table, all fields above it should be populated but hidden, only the Consent tick box at the bottom and <Register> button are visible to the user, and after the user ticks the Consent tick box and presses <Register>, it should open the last web page with confirmation of registration along with the Registration ID. See attachment 3
2- If the Mobile phone is not found in the Donors table, then the application should open the Registration form, attachment 2, as it is normally working now, however the Mobile Phone should be the only populated field as we don’t want the Donor to enter it again, then Registers as normal after entering all compulsory fields
Requirement 2
1- If the user visits the URL outside the Event Date and/or after the Event End Time, as seen in attachment 1, then pressing <Start Registration> button should present a new page with a message that the Event has finished and Registration is not allowed
Requirement 3
1- In the Registration page, attachment 2, at the bottom there is a field called Job Category, this field is a dropdown, the values are hard coded using ENUM class in the RegistrationController, I want the values to be fetched from an SQL table named JobCategories and from a certain column named JobCategory
Requirement 4
1- In the Registration page, attachment 2, the consent tick box at the bottom is hardly visible by the users, I want it somehow big and easily seen by the user
I will send you the sln file to do with what is needed then you send it back for me to test
Cheers