KarthikElumalai / ETokenSln

E-Token is an online queue management system which reduces waiting time on queue, by providing live update about queue status in electronic gadgets.
https://docs.google.com/document/d/17VGdqFPdmcJriHd8aXy-ymutrQ4LejnVDnfiH8N8hms/edit
10 stars 6 forks source link

Create Model For Login #12

Closed KarthikElumalai closed 5 years ago

KarthikElumalai commented 5 years ago

Create Login Entity

KarthikElumalai commented 5 years ago

Hi Team,

As discussed in the meeting, I have created a basic model for the login.

For the testing, I ran the migration and verified that login table has created successfully.

In the same way, you also can run a migration and see that table created in your local db.

Kindly take a look and let me know your thoughts or feedback Thanks

nilanjansen commented 5 years ago

Kathik please add updated by , updated date, created date, created by, IsAlive fields as part of Login Model.

KarthikElumalai commented 5 years ago

sure I will add the above properties as part of the login model @nilanjansen

KarthikElumalai commented 5 years ago

Hi Nilanjan , as discussed added the above fields to the login model.

Commit link:https://github.com/KarthikElumalai/ETokenSln/commit/d7c916cea0a3d2e488e304e94ee400fb732d834c

Kindly let me know your thoughts

Thanks

KarthikElumalai commented 5 years ago

Hi Team,

Am closing this task, since it is completed.

Kindly let me know if you have suggestions

Thanks Karthik