-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Documentation Vote #649
Comments
@verdverm This repository is not a library to have a stable API, so I disagree here. This repository is a starter kit for cross-platform projects and production-ready graphql projects for mobile, web and server can be crafted with the help of this repository. |
I'm kind of thinking that once things are more modular (and coming from external sources), Did you see #648 ? What are your thoughts on that? |
@verdverm Yes I saw it. Looks certainly interesting! |
Sorry I don't really have a vote right now, a few thoughts though: docs/readme is kind of a list of things that need to be documented, so docs/wishlist seems kind of redundant? Also, is a docs folder the best approach for documentation ? Seems to be a really popular approach currently though IDK why. Any benefits to using a wiki instead? Personally I find annotated code with a renderer like docco a really helpful complement to a wiki, it reduces the verbosity of other documentation by minimising duplication. |
Additionally, when we're talking about 'documentation' are we talking about documenting how the code works? Or guides about how to implement different things? The latter might be great down the track, but I'd have though the former would be a priority in the short term. |
I think people are having a hard time picking up the project, which hurts adoption. I think documentation keeps coming up because of this. People have asked many times in issues and gitter. And... it's hurting adoption, so I would agree it's of some priority. I think maybe we start with some high-level descriptions:
Thing is though, some of this will become [application starting package whatever...] dependent. But again, it's hurting adoption and we all wish we took (felt like we had) more time to document. The fact that it keeps coming up is a signal the docs are deficient. Maybe we prioritize by what is stable? (not sure I know what is or isn't myself) ok, done ranting |
I think documenting feature is the obvious place to start, if you want to clone the repo and play around that's the first thing you'll come up against. Lots of discussion in #565. |
@adam-s b.t.w. I think (it is why I do) the reason people like a I do like the way |
For someone who's never used spinjs before I'm struggling with this one... it's not clear where to put what exactly. Surely running Android or iOS is a key feature of this kit, but so far I'm not able to get it working. |
@darryl-snow You should change
in order to enable Android target. And to enable iOS target, put
|
Pick your top three choices, I will work on some set of them.
Some starting points ( #589 and the docs dir )
Also note, this repository does not have a stable API yet (@Vlasenko please confirm, there is that stable branch).
The text was updated successfully, but these errors were encountered: