DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
7 stars 2 forks source link

Add frequent views #152

Closed wildtayne closed 6 years ago

wildtayne commented 6 years ago

This PR adds the frequent user views discussed in #134. Again, I am creating this PR so this code can be reviewed prior to integration with the new user role system.

Fixes #134

wildtayne commented 6 years ago

I just pushed a much improved version of the views.

wildtayne commented 6 years ago

Also, strictly speaking, this PR should be blocked until the DDL/Connection activity attributes are implemented in ClassDB.User/Instructor/Student/DBManager.

wildtayne commented 6 years ago

Closing until dir reorg is done

wildtayne commented 6 years ago

Reopened now that the directory reorg is done. Views are now added in src/db/reco/addFreqeuntViewsReco.sql.

BTW - Doing a clean install of ClassDB is now very streamlined with the new directory structure 👍