-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: july milestone #5666
feat: july milestone #5666
Conversation
I vote for #5697. It is mostly a refactoring task, but will have a drastic effect on the state of our documentation. Most of our users are looking for a REST framework documentation, but what we have is a documentation about the general-purpose API framework with the REST features documented in parts in different sections of the grand document like a jigsaw puzzle. With a REST extension, we would have created the entity whose documentation our users are looking for. It also makes it clear LoopBack is a general-purpose API framework that can be used to build REST/OpenAPI, GraphQL and other APIs. I would like to take up this task myself. |
Let's dedicate some time to analyze and discuss this PR - #5366. |
@hacksparrow, I'm a bit reserved about getting #5697 on the July milestone, probably because I (as a user) cannot see the benefits of having a separate REST extension. I'm thinking if the items we've listed in the Q3 roadmap should have a higher priority over #5697 for the Q3 time frame. |
I agree with @dhmlau regarding #5697. The scope of the issue looks big to me, I am not convinced the benefits to our users will justify the effort required to make the changes happen. We have bigger fish to fry.
Let's find a way how to improve our documentation to make it easier for our users to find information about REST features, so that it does not feel like a jigsaw puzzle anymore. |
model class name #2197 | ||
- [ ] Improve and refactor the authentication documentations #5294 | ||
- [ ] [Docs] Add "How the documentation is organized" section #5752 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably need to defer Clean up extension template and docs
#5336 to Jul.
@agnes512, since you'll be the scrum master for next month, could you please open a new issue for the milestone? Thanks. |
Closing this PR as #5837 is opened. |
Trying something different. Opening this PR early so that we can get more inputs from @strongloop/loopback-maintainers and the community. The general theme is docs issues takedown. Please edit this branch directly or comment on the PR.
Reference: Q3 roadmap
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈