wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

RFE: spin donation manager out into new microservice #371

Open echarlie opened 4 years ago

echarlie commented 4 years ago

This will make the rest of wuvt-site more disposable, and allow us to port core functionality to a commodity CMS like wordpress if it were beneficial. This also would make development and integration with new stripe features easier.

mutantmonkey commented 4 years ago

I'm not a fan of WordPress. I'm all for replacing the main CMS functionality with a static site generator though; I think it will give us a lot more flexibility.

echarlie commented 3 years ago

In-Progress. See donormotor. Presently migrating all related tickets

echarlie commented 2 years ago

Open question:

How do we integrate the new donation manager service? Do we want an iframe, or do we just redirect to a seperate donations site?

I'm inclined to say we have the donation site as a wholey seperate component, to minimise XSS and other risks.