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

Project Submission #12

Closed
ryanlyrl opened this issue Oct 15, 2020 · 1 comment · Fixed by #52
Closed

Project Submission #12

ryanlyrl opened this issue Oct 15, 2020 · 1 comment · Fixed by #52
Assignees
Milestone

Comments

@ryanlyrl
Copy link
Member

ryanlyrl commented Oct 15, 2020

Attendees need to be able to submit their projects. We will support project submissions as a link to a git repository.
The project "description" will be extracted from the repo's README and cached on the server. This file must be named README or README.md or README.txt and must be a plain text file.

The file will be cached on the server and then loaded whenever it is requested. The content of the README will be periodically updated afterwards.

The database will need to associate the following:

  • A project name
  • The project git repo
  • The cached project README (as a file)
  • (future) The project image banner
@ryanlyrl ryanlyrl added this to the Milestone 2 milestone Oct 15, 2020
@dellisd dellisd self-assigned this Oct 18, 2020
@ryanlyrl
Copy link
Member Author

ryanlyrl commented Jan 18, 2021

Schema:

  • ID
  • Team ID
  • Project Name
  • Git repo
  • Image
  • Readme path
  • Challenges
  • Demo link

@dellisd dellisd linked a pull request Jan 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants