code-423n4 / code-423n4/code423n4.com
[FEATURE]: Allow reports without listing the contest, creating repo, etc.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 179
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
Problem / opportunity:
Some of our new offerings will require the ability for us to just add a report to the site without also assigning it to a repo and a contest in contests.csv. (See the Canto solo audit by ghoul.sol as an example)
Desired outcome
- Don't require repos, contest.csv for adding a report
- Accomodate this use case so that it doesn't create errors when attempting to just add a report
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how reports are added and how repos and contests.csv are validated, using the Canto solo audit by ghoul.sol as the example. Confirm which checks assume both a repository and contest exist. Done means a report can be added without either dependency and the site does not produce errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100