Skip to content

Conversation

@topocount
Copy link
Collaborator

fixes DEV-190
fixes DEV-189
fixes DEV-165
fixes DEV-161

topocount added 3 commits May 19, 2020 10:44
- switch id over to issue ID from issue number
- ensure repo ID stays consistent fro decoupled issues
- ensure issue shape stays consistent through entire lifecycle
I noticed that the "Link" component inside the submission and
application text wasn't
displaying inline. I had to add an "href" prop to get it to render as a
proper link element (as opposed to a button element) and that allowed me
to  get all submission text inline with the IdentityBadge and wrapping
as expected
@topocount topocount requested a review from a team as a code owner May 20, 2020 17:21
@ghost ghost requested review from PeterMPhillips and removed request for a team May 20, 2020 17:21
@AutarkLabs AutarkLabs deleted a comment from linear bot May 20, 2020
@topocount topocount changed the title Projects settlement fixes Decoupled Projects fixes May 20, 2020
Copy link
Member

@PeterMPhillips PeterMPhillips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now when I submit an application and it gets accepted, the work flow doesn't progress any further. I'm unable to submit work.

...ipfsData,
repoId: hexToAscii(repoId),
repoHexId: repoId,
token: ipfsData.token.addr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ipfsData.token is undefined when a decoupled issue is first created, so this causes the store to fail when creating an issue, I wrote this to get past the error: token: ipfsData.token ? ipfsData.token.addr : null but maybe you have a better way.

@topocount topocount force-pushed the projects-settlement-fixes branch from ddc3205 to 3aec762 Compare May 22, 2020 19:02
@topocount topocount merged commit 05a010d into dev May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants