Skip to content

Conversation

@sumitdaga
Copy link
Contributor

No description provided.

@maxceem maxceem self-requested a review April 17, 2019 02:32
Copy link
Collaborator

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Great work @sumitdaga

Most things work good, there are two moments which I've noticed:

  1. Make the topic background "orange" as in design.

    image

  2. Private topics are shown to the pshah_customer user https://monosnap.com/file/wl8Nj5S9cG0ldc9517F4revU4Q6iYi even though canAccessPrivatePosts is false here https://github.com/appirio-tech/connect-app/pull/2957/files#diff-cd301f6eb8ee6da3f365fab832384e3dR381

Thank you.

@maxceem
Copy link
Collaborator

maxceem commented Apr 17, 2019

@sumitdaga just in case would like to remind about this PR as the Bug Bash challenge in review phase now, which will be finished in 1.5 days.

@sumitdaga
Copy link
Contributor Author

sumitdaga commented Apr 17, 2019

@maxceem
should the orange color be present when editing title as well ? (i think it should not)

@maxceem
Copy link
Collaborator

maxceem commented Apr 17, 2019

@sumitdaga

should the orange color be present when editing title as well ? (i think it should not)

It would be great if not complicated but is not required.

@maxceem
Copy link
Collaborator

maxceem commented Apr 17, 2019

Ah, during editing it should be orange. During creating would be also good, but not required.

@sumitdaga
Copy link
Contributor Author

@maxceem also should the lock icon be present during editing ?

@maxceem
Copy link
Collaborator

maxceem commented Apr 17, 2019

@sumitdaga no, I think better to keep space for the fields. The color would be enough.

@sumitdaga
Copy link
Contributor Author

During creating would be also good, but not required.

you mean make it orange when the private switch is toggled to on ...it may look odd!

@sumitdaga
Copy link
Contributor Author

@maxceem please take a look now!

@maxceem
Copy link
Collaborator

maxceem commented Apr 17, 2019

you mean make it orange when the private switch is toggled to on ...it may look odd!

yeah, it feels that it would make it more easy to track if it's private or not and reduce mistakes. But as it wasn't required initially, it can be skipped.

@sumitdaga
Copy link
Contributor Author

sumitdaga commented Apr 17, 2019

@maxceem
i have updated background when creating post as well!
but of course only on desktop ...i don't think its possible to do something similar on mobile

Copy link
Collaborator

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Thank you for changing color during topic creation @sumitdaga

Great work here has been done!

@maxceem maxceem merged commit 0908983 into topcoder-archive:cf16 Apr 17, 2019
if (checkPermission(PERMISSIONS.ACCESS_PRIVATE_POST)) {
allFeed = [...allFeed, ...projectTopics.feeds[PROJECT_FEED_TYPE_MESSAGES].topics]
}
const allFeedCount = projectTopics.feeds[PROJECT_FEED_TYPE_PRIMARY].totalCount + projectTopics.feeds[PROJECT_FEED_TYPE_MESSAGES].totalCount
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@maxceem
allFeedCount needs to be updated as well (checkPermission) ...although i don't think feedTotalCount is used anywhere!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you @sumitdaga, fixed it 0277743

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.

2 participants