uclaacm / membership-portal

The ACM Membership Portal
Mozilla Public License 2.0
8 stars 1 forks source link

add resources #40

Closed timothycpoon closed 2 years ago

timothycpoon commented 3 years ago

Handle resources when adding/fetching events.

One weird thing: all the current databases have both an auto inc ID as the primary key, as well as a UUID. It seems to me like the UUID should be the primary key, as I don't think the auto inc ID is used anywhere. However, I followed this pattern just in case I'm missing something.

mattxwang commented 3 years ago

One weird thing: all the current databases have both an auto inc ID as the primary key, as well as a UUID. It seems to me like the UUID should be the primary key, as I don't think the auto inc ID is used anywhere. However, I followed this pattern just in case I'm missing something.

Extremely strange, though also I imagine reformatting might be a bit of a nightmare. Let's follow up with this in another issue, warrants investigation.

timothycpoon commented 2 years ago

Closing due to inactivity