adityanaag3 / planning-poker-salesforce

A Salesforce app that helps you estimate for user-stories in Scrum using a consensus-based, gamified technique called Planning Poker.
27 stars 5 forks source link

Are the README.md Steps Still Valid? #13

Closed johnjvester closed 3 years ago

johnjvester commented 3 years ago

I have attempted to use this repository in both an existing Developer org (that I have been using since ~2015) as Package and using the SFDX commands in a scratch org.

I really would like to get this running, so that I can write a DZone.com article about how you have made a very practical Salesforce solution which can leverage Heroku as well.

2020-11-18T06:10:56.178649+00:00 heroku[router]: at=info method=GET path="/api/validateGameKey?gameKey=G2Fxr" host=jvc-planning-poker-heroku.herokuapp.com request_id=0e0b9dec-3b12-4ee1-8623-f8996f6da709 fwd="47.227.182.227" dyno=web.1 connect=1ms service=384ms status=500 bytes=486 protocol=https
2020-11-18T06:10:56.229105+00:00 heroku[router]: at=info method=GET path="/resources/icons/utility-sprite/svg/symbols.svg" host=jvc-planning-poker-heroku.herokuapp.com request_id=1c1923a3-d88b-4236-85f8-065e148f1e0c fwd="47.227.182.227" dyno=web.1 connect=3ms service=3ms status=304 bytes=432 protocol=https

Also, one thing that is not clear for me is the required SF_NAMESPACE for the SFDX option. Looking at the referenced JSON, it looks like the value should be set to null. Is that correct? (I have tried setting this to nothing (null) and also leaving the default - neither changed what I was seeing in the Heroku logs)

Thank you for your time! jv

adityanaag3 commented 3 years ago

Hey - That is strange - I just installed the app on a Trailhead Playground using the link on the Readme file, and it works fine. The Heroku app works too. Can you try creating a new org and give it a try? Or we can get onto a call to figure it out.

Regarding the SF_NAMESPACE - For the SFDX option, you can leave it blank by default, but even with SFDX you have the option to put a namespace in the sfdx-project.json file, and once you push the files to a scratch org, the files take the namespace specified.

johnjvester commented 3 years ago

Using a Trailhead Playground and the package option worked for me. Thank you so much for your time!