GoodDollar / GoodDAPP

GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
good-dapp.vercel.app
MIT License
100 stars 53 forks source link

Manage Next Tasks with Posthog #4152

Closed patpedrosa closed 7 months ago

patpedrosa commented 8 months ago

We want to be able to create next tasks through comms instead of dev work. This will allow more flexibility for the comms team to create campaigns any day of the week.

Comms need to be able to:

Please provide an explanation on how to edit/manage the feature flag within posthog.

L03TJ3 commented 8 months ago

@patpedrosa after we release today we can decide if posthog is usefull enough? after yesterday I think it is not that difficult to manage tasks through that route (and keep strappi for the feed)

L03TJ3 commented 8 months ago

how current configurable tasks look like on posthog side:

     {
        "enabled": false,
        "tag": "Just an example for options",
        "taskHeader": "If you don't want to show a header, remove the taskheader",
        "description": "What will be shown in the task container ",
        "url": "https://www.google.com",
        "buttonText": "Go to the survey.",
        "showButtons": false
    },
    {
        "enabled": true,
        "tag": "2023Survey",
        "description": "Complete our end-of-the-year survey with your honest answers and help us build a better GoodDollar for all.",
        "url": "https://blocksurvey.io/gooddollar-survey-hUewgwv1T.i_0E7tF5LFmA?v=c&source=task&medium=wallet",
        "buttonText": "Take survey",
        "showButtons": false
    }
]}

What to do with the left-over todo's @patpedrosa ? afaik it might be that the following is missing:

patpedrosa commented 7 months ago

For now, what we have is fine. Thanks for raising it @L03TJ3 @decentralauren and I have agreed today that we'll review the next task flow, including adding multiple tasks in the UI, once we're done with the GoodID pilot work.

L03TJ3 commented 7 months ago

@vldkhh after release (and qa) this ticket can be closed then

patpedrosa commented 7 months ago

Verified on production.