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

Cache user information in database #11

Open
kylebarlow opened this issue Jan 28, 2015 · 0 comments
Open

Cache user information in database #11

kylebarlow opened this issue Jan 28, 2015 · 0 comments
Assignees

Comments

@kylebarlow
Copy link
Member

This will save information about cluster users into the same statistics database created in #9. Saving user information will allow enable statistics to be printed, so #10 depends on this issue.

The users table should look something like this:

first_date_joined last_date_joined username project
This is the first date the program found the user in a particular lab This value can be null if a user is still in a current lab (project), or represents the date they left a project if they switched labs SGE username SGE project (lab)
@kylebarlow kylebarlow self-assigned this Jan 28, 2015
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