0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript630 stars (630 stars)98 forks (98 forks)batch import
help wantednice-to-haveof-concern
Description
Prereq for #62. Also useful build information.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- backendbuild system
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate how builds are currently handled in the wzrd.in service. Look at the existing build process in the codebase, likely in the main server file. Determine where to store build times (e.g., in a database or log). Consider the schema for build times (e.g., start time, end time, duration). This is a prerequisite for issue #62, so ensure the stored times are accessible for that future issue.