fstrauf / tokenomics-hub-investor

next-js-blog-with-comments-fstrauf.vercel.app
3 stars 3 forks source link

Value Capture, Token Utility, Demand Drivers TDF Screen #198

Open fstrauf opened 1 year ago

fstrauf commented 1 year ago

Requirement

Add an additional TDF process steps screen that allows users to capture

  1. value capture
  2. token Utility
  3. Demand Drivers

Implementation

  1. These screens are a little different than standard designPhase screens as the content is not stored as designElement.
  2. tokenUtility, valueCapture and demandDrivers are fields of the parent Entity 'Post' https://github.com/fstrauf/tokenomics-hub-investor/blob/TDF/prisma/schema.prisma#L32
  3. create a new subscreen 407 and respective designPhase (name it Token Summary).
  4. On the Formik form directly refer to post.valueCapture etc.
  5. A similar form is implemented for the new Protocol screen here https://github.com/fstrauf/tokenomics-hub-investor/blob/TDF/components/form/FormTokenStrength.tsx
fstrauf commented 1 year ago

@masonfasco ok for you if we combine these three into one designPhase?

masonfasco commented 1 year ago

@fstrauf i.e something like this ?

fstrauf commented 1 year ago

@masonfasco yeah we can totally that. I was thinking a bit simpler - the way we currently have it for our reports.

fstrauf commented 1 year ago

we'll cover the more detailed version in #227

masonfasco commented 1 year ago

@yudiz-kanti-lal There should not be a Submit button on this screen

Image

ghost commented 1 year ago

Hi @masonfasco, as per our structure of TDFMain screen this button is visible to each and every page of the PDF screen .