DPI-WE / rails-nested-routes

0 stars 1 forks source link

Please review and provide feedback #1

Open heratyian opened 5 months ago

heratyian commented 5 months ago

@DPI-WE/technical-associates

thierrychau commented 5 months ago
heratyian commented 5 months ago

What do you think of separating both nested routes and nested attributes? It could be confusing to have both together, since they are different concepts with different uses.

I think you're right. Right now I have it in the RCAV module. (sprint 1) It makes sense to keep nested routes in the RCAV module. Maybe move nested_attributes to the Object Relational Mapping (ORM), Rich Domain Models, and CRUD module?

heratyian commented 5 months ago

I like having an example for the nested attributes too. Is this the right place to mention also that for mass params, the arrays need to be the last arguments?

this would be a good aside note