-
Notifications
You must be signed in to change notification settings - Fork 37
Project Roadmap
This page shows the planned work/issues pre/post version 1.0.0.
ℹ️ If you are looking for documentation, visit the GitHub Pages.
To be clear, all core functions have been implemented since version 0.1.0 and manually tested by me (Vandolf | @vestrel00). As far as I'm concerned, this library is already production-ready as is! However, I cannot professionally proclaim this to be officially production-grade without doing things that are considered essential for any library's 1.0.0 release and beyond.
GitHub issues have been created for all of the work that needs to be done to get the library to the semantic version 1.0.0. All issues are part of a milestone, except some issues raised by the community. All issues are also visible in projects for work tracking and visibility.
If you are unfamiliar with these GitHub features, I'll put it in terms of Jira tickets (which you might be more familiar with).
- GitHub issues = Jira tickets
- GitHub milestones = Jira epics
- GitHub projects = Jira sprint / kanban board
The above mappings can be subjective but it works when thinking about this repository.
ℹ️ Some issues raised by the community may go into this project but not belonging to a milestone.
⚠️ Prior to version 1.0.0, minor version bumps may contain breaking changes (e.g. 0.3.2 -> 0.4.0)
- ✅ Complete core functions and documentations
- ✅ Complete sample app
- Integrate additional APIs to sample app
- Extract code from sample app for reuse or reference
- Code quality and coverage
ℹ️ Some issues raised by the community may go into this project but not belonging to a milestone.