πŸ“‹

Bounty Board Standup - 7/1/21

Last edited by
Date
Last Edited Time
Feb 4, 2022
Β 
Notes:
  • John: had some free cycles and grinded the MVP of the MVP! The current demo functionality uses etherscan.io and can process transactions in ethereum. Next steps are to allow transactions in BANK.
  • Oktal: don’t feel tied to styled components. Give chakra a try as well. Next JS: static site generation and incremental generation (any time the site changes, generate an incremental build). Incremental generation is an issue for constantly changing data. Data fetching is a standard react practice. If we have data that doesn't update very much: static. If we have data that doesn't need to exist in Mongo, we could have our own server side API. Could use data fetching to get the data we need. For the MVP, data fetching will be best. Look into SWR for our API requests on the read-only bounty board webpage. In NextJS there is client side generated content and server side logic. The mongodb data will be process through the server, but to get it to clients, we need an API layer. Look into NextJS API Routes.
  • Brian: working on NextJS tutorial. Agrees with NextJS framework. Looked through John’s solidity contract (which is hooked to a hashed id of a bounty). Escrow can start hooking to the database.
Β 
Action Items:
  • John: Get review/comments on the MPV of the MVP escrow. Wants to add verification layer by confirming hashes of supporting key information
  • Brian: Get a PR with a UI component in
  • Behold: Focus on the bounty creation form, and also get a PR with a UI component in. Follow up w/ Call Me John and Iced on next steps for scoping escrow
πŸ“‹

Bounty Board Standup - 7/1/21

Last edited by
Date
Last Edited Time
Feb 4, 2022
Β 
Notes:
  • John: had some free cycles and grinded the MVP of the MVP! The current demo functionality uses etherscan.io and can process transactions in ethereum. Next steps are to allow transactions in BANK.
  • Oktal: don’t feel tied to styled components. Give chakra a try as well. Next JS: static site generation and incremental generation (any time the site changes, generate an incremental build). Incremental generation is an issue for constantly changing data. Data fetching is a standard react practice. If we have data that doesn't update very much: static. If we have data that doesn't need to exist in Mongo, we could have our own server side API. Could use data fetching to get the data we need. For the MVP, data fetching will be best. Look into SWR for our API requests on the read-only bounty board webpage. In NextJS there is client side generated content and server side logic. The mongodb data will be process through the server, but to get it to clients, we need an API layer. Look into NextJS API Routes.
  • Brian: working on NextJS tutorial. Agrees with NextJS framework. Looked through John’s solidity contract (which is hooked to a hashed id of a bounty). Escrow can start hooking to the database.
Β 
Action Items:
  • John: Get review/comments on the MPV of the MVP escrow. Wants to add verification layer by confirming hashes of supporting key information
  • Brian: Get a PR with a UI component in
  • Behold: Focus on the bounty creation form, and also get a PR with a UI component in. Follow up w/ Call Me John and Iced on next steps for scoping escrow