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

Added a form to projects to import a shared-project using directory path #4178

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

harshit-soora
Copy link
Contributor

Related to Issue #4120

This is the first PR, to add the blueprint of the form that will allow a user to fill in the shared project path.

This path will later be saved into the user's .lookup-file

Comment on lines +7 to +10
<%= bootstrap_form_for(@project, url: project_import_save_path, method: :post) do |form| %>
<%= render partial: "form", locals: { form: form }%>
<% end %>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need a new partial for this. I'm thinking it'll look a lot like the index with a list of cards. Maybe there's a simple search? Maybe you can expand the cards to see more details?

In any case, I'd say let's just put a TODO here and reset the _form.html.erb.

@harshit-soora
Copy link
Contributor Author

Review comments considered and rebased with master.
Once it is merged then will open other PRs.

Copy link
Contributor

@johrstrom johrstrom left a comment

Choose a reason for hiding this comment

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

We can move on this now, but thinking about it further, I've created #4185 to clean it up a bit I think.

@johrstrom johrstrom merged commit 9e1727f into OSC:master Feb 26, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants