DeepanshuGOYAL05 / Techademics

An Online Interaction Portal for Teachers & Students
6 stars 9 forks source link

Teacher Registration #6

Closed DeepanshuGOYAL05 closed 3 years ago

DeepanshuGOYAL05 commented 3 years ago

When someone register as a teacher, it should have a teacher id provided my database admin so that only he/she can register as a teacher

webmidas commented 3 years ago

Hi,

Please explain more about this and i can resolve this issue.

DeepanshuGOYAL05 commented 3 years ago

Hi,

When you go in register tab. If you select Teacher from select account part, there should be a mandatory field which should ask about teacher id which should be given by database admin to verify it as a valid teacher and register him/her

On Sun, Oct 4, 2020, 12:20 AM Ashish Jha notifications@github.com wrote:

Hi,

Please explain more about this and i can resolve this issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DeepanshuGOYAL05/Techademics/issues/6#issuecomment-703148556, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6TG7YAGO3JA2IMUNDVT23SI5W6JANCNFSM4SDFOAVA .

webmidas commented 3 years ago

The ids should be automatically generated from database once the teacher registers, right? There is already a autoincrement ID field in the database which assigns unique id to teacher.

Do you want additional ids for teacher hich can be setup by admin?

DeepanshuGOYAL05 commented 3 years ago

No, it is generating id but my issue is that for now any one is able to register as a teacher but it shouldn't be . So for this a db admin should provide a unique key to each teacher so that he/she can be verified at time of registration as a teacher

On Sun, Oct 4, 2020, 12:31 AM Ashish Jha notifications@github.com wrote:

The ids should be automatically generated from database once the teacher registers, right? There is already a autoincrement ID field in the database which assigns unique id to teacher.

Do you want additional ids for teacher hich can be setup by admin?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DeepanshuGOYAL05/Techademics/issues/6#issuecomment-703150353, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6TG7ZFI5AWGIR2VP3HPXLSI5YKFANCNFSM4SDFOAVA .

KevinMathewTh commented 3 years ago

Could you confirm if my understanding is correct You want a new input field when the user selects to register as teacher and this input field should check if the key provided is the same as the one provided by the admin

One query i have is , is the key unique for each teacher or is it a common key for all teacher registration

KevinMathewTh commented 3 years ago

PS: is this issue an hacktober fest issue?

DeepanshuGOYAL05 commented 3 years ago

This key will unique for each teacher

On Mon, Oct 5, 2020, 9:02 AM KevinMathewTh notifications@github.com wrote:

Could you confirm if my understanding is correct You want a new input field when the user selects to register as teacher and this input field should check if the key provided is the same as the one provided by the admin

One query i have is , is the key unique for each teacher or is it a common key for all teacher registration

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DeepanshuGOYAL05/Techademics/issues/6#issuecomment-703377603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6TG7YNWWHFVBPTKUXSLN3SJE45NANCNFSM4SDFOAVA .

DeepanshuGOYAL05 commented 3 years ago

Yes this is Hacktoberfest issue

On Mon, Oct 5, 2020, 9:02 AM KevinMathewTh notifications@github.com wrote:

PS: is this issue an hacktober fest issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DeepanshuGOYAL05/Techademics/issues/6#issuecomment-703377682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6TG76N3MHDP5ORRDWXA6LSJE46VANCNFSM4SDFOAVA .

DeepanshuGOYAL05 commented 3 years ago

The ids should be automatically generated from database once the teacher registers, right? There is already a autoincrement ID field in the database which assigns unique id to teacher.

Do you want additional ids for teacher hich can be setup by admin?

Hey, are you doing this?