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

Checklist #4

Open
8 tasks
ZitaNemeckova opened this issue Apr 16, 2018 · 0 comments
Open
8 tasks

Checklist #4

ZitaNemeckova opened this issue Apr 16, 2018 · 0 comments

Comments

@ZitaNemeckova
Copy link
Contributor

ZitaNemeckova commented Apr 16, 2018

Checklist:

  • no extra files
    • Delete controller file when you move it.
    • No extra files like backup or any config files.
  • convert new and edit (if it applies to you)
    • if you changed only edit or new you should convert the other one too
  • use bindings not ManageIQ.angular.app.value('something', @something);
    • change fromManageIQ.angular.app.value('something', @something); to %some-component{'something' => @something} but use names from your files
      See here
  • controller is in component file
    • see this commit to see how to do it. Do not copy anything from there.
  • network.rb isn't changed
    • any change to network.rb is wrong. If you don't know how to remove it or you have more changes in commit that adds it make new commit where you only remove the changes. Or rebase.
  • only one new file in views/static/
  • no Ruby variables in views/static/
    • anything with @ or local Ruby variable should be passed via bindings, controller_name as well
  • using repository anywhere is big no-no.
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

No branches or pull requests

1 participant