Skip to content

Conversation

@AuraOfDivinity
Copy link
Collaborator

Partially fixes #473

Implementation of the demonstration done on 11/06/20

Improvements to the proposal editor and proposal dashboard pages.
Integrates the usage of backend /proposal routes.

Kindly review @vaibhavdaren @devesh-verma

@netlify
Copy link

netlify bot commented Jun 13, 2020

Deploy preview for donut-frontend-r failed.

Built with commit 21228dd

https://app.netlify.com/sites/donut-frontend-r/deploys/5eff49307d209a0007e3401d

Copy link
Member

@Rupeshiya Rupeshiya left a comment

Choose a reason for hiding this comment

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

@AuraOfDivinity If it is WIP PR then it's fine, but if it is going to be merged please remove all the hardcoded data you have used like user token, url etc etc and aslo seperate the request from the component and use it like services or actions.

Also as the redux is already integrated you can use that for managing yout data.
Thank you!

@AuraOfDivinity AuraOfDivinity changed the base branch from master to development June 13, 2020 14:50
@vaibhavdaren
Copy link
Member

@AuraOfDivinity pls fix comments

Copy link
Member

@Rupeshiya Rupeshiya left a comment

Choose a reason for hiding this comment

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

@AuraOfDivinity Please go through the comments

Copy link
Member

@Rupeshiya Rupeshiya left a comment

Choose a reason for hiding this comment

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

@AuraOfDivinity please check

Copy link
Member

@Rupeshiya Rupeshiya left a comment

Choose a reason for hiding this comment

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

@AuraOfDivinity Nice work, Please check comments some small changes still required. Also please treat the whole platform as your project. No need to implement everything separately. You can use same instance of the socket for notifications.

@AuraOfDivinity
Copy link
Collaborator Author

@Rupeshiya @vaibhavdaren @devesh-verma I have made all the requested changes. Please review.

if (res.status === 200) {
dispatch(setRequestStatus(true))
console.log('Whole platform notification ', res.data.notifications)
dispatch(setRequestStatus(true));
Copy link
Member

Choose a reason for hiding this comment

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

are these formatting changes or code changes by linter did you make these?

Copy link
Member

@Rupeshiya Rupeshiya Jul 3, 2020

Choose a reason for hiding this comment

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

@vaibhavdaren These are either due to the extensions he is using or due to his vs code settings.
I have already mentioned that

@jaskiratsingh2000
Copy link
Member

Checks failing

@vaibhavdaren vaibhavdaren merged commit 7d8ea62 into codeuino:development Jul 4, 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.

Proposal functionality inside Donut - Frontend.

4 participants