Brian Riley

Results 113 comments of Brian Riley

agreed. This has been on our radar for some time now. Related to both #1571 and #2761

We've also had requests to allow a one-click plan creation type feature for organizational templates.

It may be worth having @benjaminfaure show us their plan creation workflow in more detail. They have a custom approach that I believe is more flexible than the baseline Roadmap...

The changes look good @johnpinto1 overall. I added some comments for a few minor changes. The primary change is to the Funder and Org lists you are loading. Don't restrict...

@pengyin-shan @benjaminfaure see John's note above about the new create plan page.

Should be a fairly easy patch. There is a larger issue overall with the responsiveness of the site. We're 2 major versions behind on Bootstrap (we are on 3.4 and...

Hi @nicolasfranck this behavior is desired as it allows for scenarios where a DMP is a collaboration between multiple organizations. For example if a user from Org A creates a...

Hi @nicolasfranck a cursory search for that method shows that its used on the statistics, policies (used in conjunction with the Devise and Pundit gems for authorization), the API, and...

Leaving this one open. We should still address this. The PR #2726 improves load performance but overriding `Org.plans` is confusing.

I ran into this issue when working on the functionality to merge Orgs. The PR #2763 uses `to_be_merged.plans.update_all(org_id: id)`, but this does not truly update all of the Plans that...