SDC-USICT / Recruitment_Portal

Recruitment Portal for GGS IP University
GNU General Public License v2.0
6 stars 9 forks source link

Remove "save" button and make it single form. #42

Open surender7790 opened 7 years ago

surender7790 commented 7 years ago

There is no need of "save" button in userinfo form. Rather we should use "Next" button to point to next section of form and atlast at additional information there will be a submit button for final form submission.

Problem 1: Suppose someone just filled his basic information , clicks to save and now he deletes some field from basic information thinking that his basic information is saved. Now he move to next form section and fills , click save. Now basic information field will be set to null in each case.

Problem 2: Multiple transaction will be required.

hemangsk commented 7 years ago

but this creates a problem when the user logs in again to edit info, we discussed this yesterday

surender7790 commented 7 years ago

Idea is ,once user submits his details . Now he can edit his information using same tab "Information" or we can rename it "Edit Information" once user submits his details.

hemangsk commented 7 years ago

yeah 💯 👍

surender7790 commented 7 years ago

👍