-
Notifications
You must be signed in to change notification settings - Fork 108
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
Feature/3944 add file browser to projects#show #3981
base: master
Are you sure you want to change the base?
Feature/3944 add file browser to projects#show #3981
Conversation
This is so big it's going to take me a bit to go through. At a glance though, I did not expect so many updates to the project models. It seemed to me like this is would initiate on the client side. I mean I'd envisioned it as on initial load, there's some empty div, then there's client side javascript to make a query to the files controller that then returns the partial. So that the project controller doesn't even really know/care about any of this. |
This PR is incomplete: