feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Explain that user service is not yet ready #1491

Closed MarcelWaldvogel closed 3 years ago

MarcelWaldvogel commented 4 years ago

This is to avoid giving the impression that the user service can already be experimented with now.

daffl commented 4 years ago

Thank you @MarcelWaldvogel for the pull request. I'm not sure I am following though. At the end of this chapter you should be able to create a new user without problems.

MarcelWaldvogel commented 4 years ago

Other tutorials for other web frameworks I have gone through in the past try to give you a minimal working UI at the end of each chapter, whenever possible. Here, I was expecting something similar, but only the REST API is available.

Ah, I see, my wording is raising (or, rather, lowering) more expectations than necessary.

Would rephrashing to:

Please be patient and don't expect to be able to create users through a UI yet; even though we have a REST service, it is not yet ready and integrated.

be better?

daffl commented 4 years ago

I'm not sure. The Quick start guide already shows the whole flow from creating the server and a simple UI for integrating it.