docs: community-driven roadmap for v1.4.0 and v1.5.0#72
Merged
Conversation
Direction for the next two milestones comes from the Show HN (96 pts) and r/retrocomputing threads, not from what dBASE III happened to have. The recurring ask across both: xBase shipped the developer's tools *with* the app, so end users could change their own forms and reports — 'still unmatched' per a 25-year FoxPro ISV. WebBase-III has the report designer and BROWSE but no form designer. v1.4.0 adds the screen painter + a catalog; v1.5.0 publishes an app to a URL. Bumps package.json to the v1.4.0 milestone version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opens the v1.4.0 release line.
Summary
Adds
docs/roadmap-v1.4-v1.5.md— the first roadmap not driven by "what did dBASE III have", but by what people who shipped xBase software for a living asked for after seeing v1.0.0.Both the Show HN (96 pts) and the r/retrocomputing thread converged, independently, on one thing — and it isn't a feature, it's a property of the environment:
xBase shipped the developer's tools with the app. WebBase-III has the report designer, the wizards and
BROWSE— but no form designer; forms only exist if you hand-write@ SAY GETinto a.prg.CREATE SCREEN/MODIFY SCREEN, emitting editable W3Script), a catalog grouping tables/screens/reports/programs into a named application, and the Assistant's JOIN + work-area wizards (Assistant: surface JOIN + Work areas/SET RELATION (needs catalog work-area state) #34).Also bumps
package.jsonto1.4.0(the milestone version, per the GitFlow convention) and updates the CHANGELOG + CLAUDE.md roadmap.Test plan
npm test— 447/447 passingnpm run build— clean