Page MenuHomePhabricator

Where will the code for combowiki live
Open, Needs TriagePublic

Description

[ add in comments from discussion]

  • In Donation Interface
  • In a new mediawiki extension
  • Somewhere else?

Related Objects

StatusSubtypeAssignedTask
OpenFeatureNone
OpenNone

Event Timeline

Pros for DonationInterface:

  • already has all the i18n strings and config
  • easier to make logging look pretty uniform between different form layers
  • fastest way to implement would be just to re-use donation submission API

Cons for DonationInterface:

  • It's already doing quite a bit
  • fast implementation (reusing existing submission API) means reusing crufty old stuff like the DonationData class and the big gateway adapters