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

create a csv to add all owasp projects to /projects #2972

Open
DonnieBLT opened this issue Nov 24, 2024 · 25 comments
Open

create a csv to add all owasp projects to /projects #2972

DonnieBLT opened this issue Nov 24, 2024 · 25 comments
Assignees
Labels

Comments

@DonnieBLT
Copy link
Collaborator

make sure we also add a tag for if it is incubator, lab, production or flagship

@krrish-sehgal
Copy link
Contributor

All the owasp projects are already available at the route "/projects", so do I just have to make a migration file providing a tag?

@Shashwat-srivastav
Copy link

/assign

Copy link
Contributor

Hello @Shashwat-srivastav! You've been assigned to OWASP-BLT/BLT. You have 24 hours to complete a pull request. To place a bid and potentially earn some BCH, type /bid [amount in BCH] [BCH address].

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

@Shashwat-srivastav
Copy link

/assign

Copy link
Contributor

Hello @Shashwat-srivastav! You've been assigned to OWASP-BLT/BLT. You have 24 hours to complete a pull request. To place a bid and potentially earn some BCH, type /bid [amount in BCH] [BCH address].

Copy link
Contributor

github-actions bot commented Dec 1, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

1 similar comment
Copy link
Contributor

github-actions bot commented Dec 1, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

@tsu-ki
Copy link
Contributor

tsu-ki commented Dec 3, 2024

/assign

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Hello @tsu-ki! You've been assigned to OWASP-BLT/BLT. You have 24 hours to complete a pull request. To place a bid and potentially earn some BCH, type /bid [amount in BCH] [BCH address].

@DonnieBLT
Copy link
Collaborator Author

Heads up. Let’s not have this be a migration. Let’s have it be a CSV and then a Django management command that can import it.

@tsu-ki
Copy link
Contributor

tsu-ki commented Dec 4, 2024

@DonnieBLT Can you please give more insight on what the CSV file should contain?

@krrish-sehgal
Copy link
Contributor

For anyone whos facing difficulty in this ,
Here's a more detailed approach :

We can create a csv file with the projects data (you can checkout what all things to include for a particular project but lets say its a name and a discription for 1 project , so csv could be that ).
then create a django management command in manage.py , so you can just run python manage.py "your command name" to run the import of all the projects direclty to a database.

This way we dont have to create a migration file for this.

@tsu-ki
Copy link
Contributor

tsu-ki commented Dec 4, 2024

@DonnieBLT Sorry to bother you sir, but can you please tell what tag to put in CSV file for each project? As the Tags button present under project's name isn't working, plus there's no mention of- incubator, lab, production or flagship tag on the project's page.

Copy link
Contributor

github-actions bot commented Dec 6, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

2 similar comments
Copy link
Contributor

github-actions bot commented Dec 6, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

github-actions bot commented Dec 6, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

@DonnieBLT DonnieBLT changed the title create a migration to add all owasp projects to /projects create a csv to add all owasp projects to /projects Dec 8, 2024
Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

6 similar comments
Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment