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

Low-risk edits/ fixes to database schema #25

Open
7 tasks done
nfreear opened this issue Jan 25, 2018 · 0 comments
Open
7 tasks done

Low-risk edits/ fixes to database schema #25

nfreear opened this issue Jan 25, 2018 · 0 comments
Assignees

Comments

@nfreear
Copy link
Contributor

nfreear commented Jan 25, 2018


  • — Add column users.auth_type ~~ for example, ou-sams;
  • — Add column users.last_visit DATETIME;
  • — Add column users.created DATETIME ... CURRENT_TIMESTAMP;
  • — Reduce length of column users.username VARCHAR( 60 ) ~~ Was: 120;
  • — Reduce length ... users.password;
  • — Reduce length ... users.name ~~ Full name / display name;
  • — Add column drafts.counts varchar(160)check length!!

Useful links


[iet:10296329]

nfreear added a commit to IET-OU/openEssayist-slim that referenced this issue Jan 25, 2018
…6329][iet:10296067]

* Add `users.auth_type` column;
* Add `users.created DATETIME` column;
* Add `users.last_visit DATETIME` column;
* Reduce length of `users.username` .. `password` .. `email`
nfreear added a commit to IET-OU/openEssayist-slim that referenced this issue Jan 25, 2018
…96067][iet:10296329]

* Legacy `setup()` method moved to `utils/CreateDatabaseLegacy`
* WWW app. no longer auto-creates database, tables, seeds ...
* `cli-help` script added to composer JSON,
* Initial DB seed data added to `config.DIST` - user, group, task,
nfreear added a commit to IET-OU/openEssayist-slim that referenced this issue Jan 26, 2018
…][iet:10296329]

* ... Collect time-to-analyse data.
nfreear added a commit to IET-OU/openEssayist-slim that referenced this issue Jan 29, 2018
@nfreear nfreear self-assigned this Feb 2, 2018
nfreear added a commit to IET-OU/openEssayist-slim that referenced this issue Feb 2, 2018
…ountable.js [iet:10299492]

* SQL database schema change -- ALTER table `draft` add `counts`[iet:10296329]
* Plus, add extract from ORO paper to test data.
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