Skip to content

Update Decidim Development App Documentation#8529

Closed
amaliacardenas wants to merge 1 commit intodecidim:developfrom
amaliacardenas:patch-1
Closed

Update Decidim Development App Documentation#8529
amaliacardenas wants to merge 1 commit intodecidim:developfrom
amaliacardenas:patch-1

Conversation

@amaliacardenas
Copy link
Copy Markdown
Contributor

🎩 What? Why?

The Development App documentation is missing the create database command. When you run the migration and try to install the database seeds, there is an error if you don't create the database first. The proposed change fixes the issue and helps make the installation more clear.

📌 Related Issues

Link your PR to an issue

  • Related to #?
  • Fixes #?

Testing

Describe the best way to test or validate your PR.

📋 Checklist

🚨 Please review the guidelines for contributing to this repository.

  • CONSIDER adding a unit test if your PR resolves an issue.
  • ✔️ DO check open PR's to avoid duplicates.
  • ✔️ DO keep pull requests small so they can be easily reviewed.
  • ✔️ DO build locally before pushing.
  • ✔️ DO make sure tests pass.
  • ✔️ DO make sure any new changes are documented in docs/.
  • ✔️ DO add and modify seeds if necessary.
  • ✔️ DO add CHANGELOG upgrade notes if required.
  • ✔️ DO add to GraphQL API if there are new public fields.
  • ✔️ DO add link to MetaDecidim if it's a new feature.
  • AVOID breaking the continuous integration build.
  • AVOID making significant changes to the overall architecture.

📷 Screenshots

Please add screenshots of the changes you're proposing
Description

♥️ Thank you!

The Development App documentation is missing the create database command. When you run the migration and try to install the database seeds, there is an error if you don't create the database first. The proposed change fixes the issue and helps make the installation more clear.
@andreslucena
Copy link
Copy Markdown
Member

Thanks for the PR @amaliacardenas

Mind that these commands should not be run manually, as the doc says:

On creation, this steps are automatically invoked by the generator

Exactly what error/exception are you seeing in this step?

@andreslucena
Copy link
Copy Markdown
Member

Hi @amaliacardenas
I reviewed all the guide and update it. I hope it's clearer now, let me know if you have any other suggestions. Thanks for your time with this problem.

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