Get the correct contributor data.
[?]
Jan 31, 2021, 3:13 AM
RKY3XCSIPFJD474WLXOJJ6ODTI5KVAPJMO63ND5R4AFXPCS2MFHACDependencies
- [2]
U7YAT2ZKAdd error reporting to signup form. - [3]
4354Y4PEAdd endpoint to list project contributors. - [4]
AWWC6P5ZAdd migration to include payment network with addresses. - [5]
IR75ZMX3Return actual events for interval ends, not just timestamps. - [6]
XA7SOE6JDockerize reactclient. - [7]
SOIAMXLWBuild versioned docker images. - [*]
LEINLS3XUpdate deployment documentation. - [*]
PBD7LZYQPostgres & auth are beginning to function.
Change contents
- edit in Makefile at line 12
build-reactclient-image:docker build -t aftok/aftok-reactclient:latest -f ./docker/Dockerfile-reactclient . - replacement in Makefile at line 14
deploy-images: build-server-image build-client-imagedeploy-server-image: build-server-image - edit in Makefile at line 18
deploy-client-image: build-client-image - edit in Makefile at line 23[3.388]
deploy-images: deploy-server-image deploy-client-image - replacement in server/Aftok/Snaplet/Projects.hs at line 119
(mapMaybeT snapEval $ findUserProjectDetail uid pid)(mapMaybeT snapEval $ findUserProjectDetail uid' pid)