Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ## Majifix API
  2.  
  3. ### 0.X
  4.  
  5. - Various improvements regarding error handling
  6.  
  7. ### 1.x
  8.  
  9. - Will be using TypeScript. For internal implementation only. Does NOT affect ES users, but should improve TS integration for TS users.
  10. - Decouple internals into separate packages (monorepo) each with its own defined API contracts.
  11. - Individual packages are smaller in scope and more friendly for contributions
  12. - Opens up smaller API modules for consumption by non-web targets.
  13. - High level API remains as close to 0.x as possible. Breaking changes only made where necessary, and will be communicated through the RFC process.
  14.  
  15. ### Backlog
  16.  
  17. - Leveraging the available data for analysis and
  18.  
  19.  
  20. ## Governance
  21.  
  22. ### RFC process
  23.  
  24. We plan to drop feature requests from open311-api repo's issue list soon. New proposals for landing features into core must go through a standard RFC process which helps the contributor to better outline the considerations and tradeoffs involved in adding a new feature.
  25.  
  26. - **Actionable: setup RFC repo and guidelines**
Add Comment
Please, Sign In to add comment