pressbooks / pressbooks-multi-institution

Tools for managing Pressbooks networks shared by multiple institutions
GNU General Public License v3.0
0 stars 1 forks source link

Create plugin scaffold + define institution table database schema #5

Closed SteelWagstaff closed 8 months ago

SteelWagstaff commented 9 months ago

Start with pressbooks-plugin-scaffold and tear out/replace the stuff we don't want. Use PSR-12 and other tooling devs want for databases.

Define the database schema needed for creating and maintaining institution lists.

See https://github.com/pressbooks/pressbooks-multi-institution/issues/1 for requirements for institutions

DoD:

SteelWagstaff commented 9 months ago

We probably want to create three tables: wp_institutions wp_institutions_sites wp_institutions_users

ho-man-chan commented 9 months ago

Update:

SteelWagstaff commented 9 months ago

@arzola opened this PR: https://github.com/pressbooks/pressbooks-plugin-scaffold/pull/28