Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add admin CRUD for Centers #84

Merged
merged 4 commits into from
Sep 24, 2017
Merged

Add admin CRUD for Centers #84

merged 4 commits into from
Sep 24, 2017

Conversation

hecerinc
Copy link
Contributor

Modifies the original CentersAdmin to be able to list all centers in a single view and have a specific detail view for each one.

@hecerinc hecerinc mentioned this pull request Sep 24, 2017
Copy link
Contributor

@jeduan jeduan left a comment

Choose a reason for hiding this comment

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

Se va viendo muy bien. Buen call en integrar CenterAdmin

componentDidMount() {
api.getAcopios().then(result => {
if(result.status === 200) {
let centerObj = {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Si es fácil, puedes cambiar center por acopio para que sea consistente con lo demás? (Aparte siento que se confunde para alguien que lea el código por primera vez)

@jeduan jeduan merged commit b57a88c into develop Sep 24, 2017
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