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

Admin menu and controller sections #9

Merged
merged 59 commits into from
Apr 16, 2024

Conversation

ElviaBth
Copy link
Collaborator

@ElviaBth ElviaBth commented Apr 3, 2024

🎩 What? Why?

  • create admin_engine
  • add menu to admin

📌 Related Issues
fixes #2

📷 Screenshots
Index
image
New
image
Edit
image

♥️ Thank you!

Copy link
Contributor

@microstudi microstudi left a comment

Choose a reason for hiding this comment

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

one comment

config/locales/en.yml Outdated Show resolved Hide resolved
@ElviaBth ElviaBth marked this pull request as ready for review April 10, 2024 11:05
Copy link
Contributor

@microstudi microstudi left a comment

Choose a reason for hiding this comment

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

Nice job Elvia,
you will see that I've left some comments with some improvements.
Also, there's two tests missing that should be added:

  1. add a spec/forms/admin/code_group_form_spec.rb with tests for the validations included in the form.
  2. In the system spec, there's a case when the application throws a 500 error. This is when the group has no expiration date defined (there is one comment for it). So we need to add a test case with the expiration date set to nil and check that the views work correctly.
    Thanks!

@microstudi microstudi merged commit 27553a8 into main Apr 16, 2024
2 checks passed
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.

Admin menu and controller sections
2 participants