Work on ../projects/datahub.io-design-sprint-2023
Work on ../projects/datahub.io-design-sprint-2023
Scratch
- Rather than trying to define "vX" better to think of attributes per major feature. Then just bundle these into releases.
Agenda
- What's the focus Rufus? ✅2023-02-26 What's the initial milestone?
- What's the initial major milestone? ✅2023-02-26 v0.1. Publish a github README + csv to a showcase with a table
Brainstorm milestones etc (consolidated back into git-dms)
interface Project {
}
// lib/project.js
getProject(owner: string, name: string): Project {
}