Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
landonshumway-ia opened a draft pull request on csg-org/CompactConnect
Feat/support licensee transaction fees
Several compacts have determined to charge credit card transaction fees to licensees, in order to absorb the costs of the fees charged by their Merchant Service Providers. This adds the needed comp...landonshumway-ia pushed 8 commits to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
- Feat/pi confirmation (#515) ### Requirements List - A licensee user who's schema is up to date and who has been thr... a1033dd
- Feat/reinvite staff user (#495) ### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that wil... 48959e1
- frontend/registration UI (#498) ### Requirements List - New local `.env` variable: - `VUE_APP_RECAPTCHA_KEY` ... 390d308
- Feat/privilege numbers (#510) ### Description List - Assign a new privilege id on privilege purchase - Reuse privi... 50ee223
- Add transactionFeeConfiguration section d1c2ad7
- Add transactionFeeConfiguration section to schemas 3cc790f
- Remove processor fees from configuration We have determined to hold off on this feature until we understand more abo... 94173d0
- Adding licensee charge line item to transaction 14c0e60
landonshumway-ia pushed 1 commit to development InspiringApps/JCC-CompactConnect
- Feat/privilege numbers (#510) ### Description List - Assign a new privilege id on privilege purchase - Reuse privi... 50ee223
landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
- remove unused import aff56ee
landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
- Remove .gz file storage logic Given that we don't have hard requirements for how admins will access these reports ou... 1ed52ae
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
As I walk through this though, it may be best to just keep this logic simple and only store the zip files with both reports inside, and if a compact admin wants a report for that period they will g...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I'll answer both this and your question above about the zip files, since I can't comment on those items for some reason. For the .gz files, the intent was that compact admins may want to download j...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Yes, for when we calculate the query range, we want to make the the time window is fixed so there are no gaps.
landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
- PR feedback - clarify comments 0aace72
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've updated the comment to clarify this.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Actually, you're correct on this line, since this particular method is just for getting the display date. It is the query time range which is dependent on when the lambda is triggered. I will remov...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
It is not, since again we want a fixed time window that we report on to make sure that no transactions slip through any gaps. I will update the comment to make this clearer.
landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
- Renamed email tests for clarity 87aa8a5
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I will update the comment to explain why this is the case
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
We need a fixed time frame, so that we ensure that the same time block is always collected and none of the batches slip through the cracks. If we just go purely off of what the exact time is minus ...
landonshumway-ia pushed 1 commit to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
- Adding licensee charge line item to transaction 6ab9439
landonshumway-ia pushed 1 commit to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
- Remove processor fees from configuration We have determined to hold off on this feature until we understand more abo... 009d5c9
landonshumway-ia created a comment on an issue on csg-org/CompactConnect
Capturing this detail here for future reference: - Our initial design to support this was to include a 'processorFees' section to the compact onboarding configuration files, under the 'transaction...
landonshumway-ia opened an issue on csg-org/CompactConnect
add transaction fee estimation to reports (if needed)
Initially, as part of reporting we were going to include a row in the financial summary report to show an estimate of how much would be collected by transaction fees for the given period. This was ...landonshumway-ia pushed 1 commit to development InspiringApps/JCC-CompactConnect
- Feat/reinvite staff user (#495) ### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that wil... 48959e1