Open acouch opened 2 months ago
Migrated from https://github.com/navapbc/simpler-grants-gov/issues/131#issuecomment-2237468481 Originally created by @margaretspring on Thu, 18 Jul 2024 20:04:22 GMT
@aplybeah - Not sure if it's bc I'm checking this out from the Project view side of things, but it's sorta tricky to tease out what I should be reviewing as new content. It'd be great if you could point to or include links... for example When I tried to check out the README.md - The history doesn't indicate any changes. Another example, when I tried to check out the Technical Overview & the Orchestration updates - the 1st link went to a 404 error. Is there possibly a draft version that I'm supposed to look at & guidance is provided in the PR version opposed to the Project view of the issue?
Migrated from https://github.com/navapbc/simpler-grants-gov/issues/131 Originally created by @acouch on Tue, 02 Jul 2024 14:29:08 GMT
Summary
The current analytics readme and docs focuses on the previous version of the tool. It should be rewritten to reflect the recent changes.
It should highlight the fact that we have moved to capturing analytics in a postgres analytics database that will house our future analytics data and that we will use Metabase as a analyses and dashboard tool. It should highlight that system is architected so that the analytics work that will be part of the project can be run locally, though it is housed in AWS.
Acceptance criteria
make start
1a. setup the github login or token 2. export the current datamake sprint-data-export && make issue-data-export
3. import the datamake sprint-db-data-import
and 4. view the data in metabase ie go to localhost:3100make
commands instead of the local poetry. The Github token thing might need to be included. Setting up the tool locally could be moved under that latter setting so it is clear it is just for the slack integration piece.make setup
doesn't exist AFIACT so should be removed.