Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHAKE-1: Implement functionality for working with user data. #1

Open
vladbidyuk opened this issue Jul 18, 2020 · 1 comment
Open

SHAKE-1: Implement functionality for working with user data. #1

vladbidyuk opened this issue Jul 18, 2020 · 1 comment
Assignees

Comments

@vladbidyuk
Copy link
Owner

Should be implemented the following functionality:

  • Read available users from *users_file.csv files and pull them into data structure (memory/cache available during session)
  • Write new users to *users_file.csv file

User profile should contain:

  • Full name: ex. John Smith
  • Group: [ Green, Yellow, Red ]
  • Status: [ Available, Unavailable(default) ]
  • Face specification. (Currently handled by dlib)
@vladbidyuk vladbidyuk self-assigned this Jul 18, 2020
@vladbidyuk
Copy link
Owner Author

Containing and management if user data in file is handled. Currently is allow: add, remove and show users in file.
Should be done:

  • file should contain face specification of user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant