mxfactorial
mxfactorial copied to clipboard
a payment application intended for deployment by the united states treasury that replaces banking with accounting
Add a [Drawing Layer](https://developers.google.com/maps/documentation/javascript/drawinglayer) so that queries are executed with coordinate-ranges returned by the [getPath()](https://developers.google.com/maps/documentation/javascript/shapes#polyline_inspect) & [getPaths()](https://developers.google.com/maps/documentation/javascript/shapes#polygon_inspect) methods (see [third-party demo](http://www.etechpulse.com/2014/02/get-latitude-and-longitude-coordinates.html)). If a box is drawn around the U.S. while...
Create a [/visualization.html](https://docs.google.com/drawings/d/1C1i1mJ4H9gS7rKsfOgMtEInMDtf3581VZCwav-rZ-OQ/edit?usp=sharing) page that embeds a U.S.-centered map using the [Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/tutorial). Systemaccounting data queried from this page's input fields will be inserted into the [GeoJSON objects...
the [ProfileIds struct](https://github.com/systemaccounting/mxfactorial/blob/f73f90ffcc730f867d591669278c4c1de659a2fc/crates/types/src/account.rs#L135) wraps a `HashMap` of account names and profile ids `ProfileIds` implements the [From trait](https://github.com/systemaccounting/mxfactorial/blob/f73f90ffcc730f867d591669278c4c1de659a2fc/crates/types/src/account.rs#L137-L147) for a vec of string tuples, e.g. `vec![("some_account", "1"), ("another_account", "2")]` a failing...
1. navigate to http://localhost:10009/measure 2. search "riverside california gdp now" 3. search "StateOfCalifornia revenue now" #### observed streamed StateOfCalifornia revenue appears after 15 seconds #### expected streamed StateOfCalifornia revenue appears...
#### current the sql files in `migrations/schema`, `migrations/seed` and `migrations/testseed` are not linted #### expected 1\. lint sql files with https://hub.docker.com/r/sqlfluff/sqlfluff example commands: i) single file ```sh docker run -it...