-
Notifications
You must be signed in to change notification settings - Fork 76
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 an intermediate Artifacts page on a project #1337
Comments
Hello @adpi2, I'm writing to express my genuine interest in contributing to this project. I'm excited by the potential of this feature to enhance the user experience and discoverability within the platform. I have previous experience with HTML, CSS, Javascript, Typescript, SQL and I'm actively learning Scala and have a foundational understanding of language. I understand that the project requires familiarity with Scala's "Future" library, "akka-http", and "doobie". While I haven't yet delved into these specific technologies, I'm a quick learner and eager to expand my knowledge base. I would be grateful if you could provide some guidance on how I can best contribute to this project, given my current skillset and interest in learning. Additionally, any pointers to resources that can help me familiarize myself with the existing codebase and install this locally. Thank you for your time and consideration. I look forward to hearing from you soon and potentially contributing to this exciting project. |
@ayushkoli772 Thanks for expressing your interest in contributing to this project. We are very much looking forward to new contributors. Am I correct to assume that you will apply to Google Summer of Code? Or do you prefer to contribute on your own?
We have a contributing guide to share information on how to contribute to this project. In particular you can install the needed tools and follow the steps here to clone and install the project for the first time. It is easier to run the project if you have docker on your machine. Otherwise you will need to install and manage a local instance of PostgreSQL and Elasticsearch. If you have any trouble, you can reach out to me on Discord with my username |
Hello @adpi2! Yes, Im willing to apply to Google Summer of Code. I have joined the Scala discord channel and I will reach out to you there if I face any issues. I just had a doubt which OS is recommended for this project? because I use windows and Ubuntu in VirtualBox and I'm comfortable with both. Thank you for your time and consideration! |
I never tried on Windows but as long as you can install docker it should work fine. |
Got it. Thank you :) |
@adpi2 is this still open? Can you assign me this? |
@MAVRICK-1 This project is part of Google Summer of Code (GSOC). If you want to participate as a contributor, you need to register on the GSOC website. Contributors application will open on Monday, March 18, 2024 at 18:00 UTC. You'll find more information on this blogpost. |
Hello all, if you want to apply to this GSOC project please send me an email. You can find all the details here. |
Motivation
Current state
On the project page, we can click on the
Versions
tab to see the list of versions of the default artifact of the project. This is fine as long as there is a single artifact in the project. But more often than not there are several artifacts in a single project and it's not obvious how to get the full list of artifacts. It is possible though by clicking on the first drop-down list in theVersions
page.Goal
Replace the
Versions
tab by anArtifacts
tab that lists all the artifact names of the project. Once the user clicks on an artifact it goes to theVersions
page of that artifact.Implementation Guideline
The developer can find some inspiration in:
Expectations
RC
orMILESTONE
versions) as in theVersions
tab.The text was updated successfully, but these errors were encountered: