1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/harbormaster/storage
epriestley f86f9dc512 Make Currency a more formal type
Summary:
Ref T2787. Phortune currently stores a bunch of stuff as `...inUSDCents`. This ends up being pretty cumbersome and I worry it will create a huge headache down the road (and possibly not that far off if we do Coinbase/Bitcoin soon). Even now, it's more of a pain than I figured it would be.

Instead:

  - Provide an application-level serialization mechanism.
  - Provide currency serialization.
  - Store currency in an abstract way (currently, as "1.23 USD") that can handle currencies in the future.
  - Change all `...inUSDCents` to `..asCurrency`.
  - This generally simplifies all the application code.
  - Also remove some columns which don't make sense or don't make sense anymore. Notably, `Product` is going to get more abstract and mostly be provided by applications.

Test Plan:
  - Created a new product.
  - Purchased a product.
  - Backed an initiative.
  - Ran unit tests.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2787

Differential Revision: https://secure.phabricator.com/D10633
2014-10-06 10:26:48 -07:00
..
build Mark questionable column nullability for later 2014-10-01 07:59:44 -07:00
configuration Mark questionable column nullability for later 2014-10-01 07:59:44 -07:00
HarbormasterBuildable.php Generate expected schemata for Harbormaster 2014-10-01 07:40:36 -07:00
HarbormasterBuildableTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildCommand.php Generate expected schemata for Harbormaster 2014-10-01 07:40:36 -07:00
HarbormasterBuildMessage.php Generate expected schemata for Harbormaster 2014-10-01 07:40:36 -07:00
HarbormasterBuildTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
HarbormasterObject.php Mark questionable column nullability for later 2014-10-01 07:59:44 -07:00
HarbormasterSchemaSpec.php Make Currency a more formal type 2014-10-06 10:26:48 -07:00
HarbormasterScratchTable.php Generate expected schemata for Harbormaster 2014-10-01 07:40:36 -07:00