-
Notifications
You must be signed in to change notification settings - Fork 654
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
Add project management UI #86
Comments
Hey @patrickhulce, Do you have any exiting plans on what you'd like to do for the create project page and are you open to PRs for adding this functionality? If so would you be able to give guidance/a few pointers on how you think the implementation should work? Background: We've setup LHCI and managed to handle the authentication with GCP's Identity-Aware Proxy functionality. We've got this working with the report uploading already, but need to work on being able to call Many thanks |
It's currently gated on the 0.4.0 functionality
After 0.4.0 that'd be great :) I imagine it would follow closely the example set by the project settings page, minimal UI flair just something that gets the job done.
Ah gotcha, if you need this soon, you might need to proceed with the wizard workaround for now since 0.4.0 is probably a few weeks away.
Very cool! Would you be willing to share pieces of your configuration and add it to our server documentation? I'm sure others would appreciate examples of more advanced auth mechanisms like that :) |
Yep - this makes perfect sense. I'll keep an eye out for 0.4.0 and hopefully have a crack at implementing the UI once it lands.
Yes certainly. I've been integrating LHCI with GitLab and will be looking to share some notes on how we've done all of this in the future once we have road tested the implementation 👍 |
@patrickhulce seems that #158 would be a good feature to be added to this ticket. |
Unfortunately the machinery necessary for #158 is far more complicated and requires many changes beyond configuration UI. I'm afraid it's beyond the scope of this one. |
I see! Yeah, I do see #158 being a larger ticket, maybe something for a future major release due to its scope size. |
@patrickhulce Is there anything outstanding that needs to happen before a "Create project page" page can be worked on? Happy to have a go at implementing that if you think all the underlying requirements are now available. |
The second two would require authentication to be added to the server (blocked on #85)
The text was updated successfully, but these errors were encountered: