-
Notifications
You must be signed in to change notification settings - Fork 184
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
FAQ #207
Comments
👍 If you have some time to boostrap it, it would be awesome! |
This evening or tommorow evening I'll release pull-request with it :) |
I can't tell from the FAQ How to render a Map. It would be nice to have the steps to create and render a Map in the wiki. |
@andela-odaniel For rendering (everything), all is mostly self-defined here: https://github.com/egeloen/ivory-google-map/blob/master/doc/helper/index.md Isn't it enought? |
True. It's easy to find if you know what you're looking for. Would it be possible to have a small howto on the main README? Very helpful for first timers. |
@lashus I have still not merged your PR and I would like to discuss it since the documentation is IMO a very important part of each project and I don't want to add extra files which does not bring real values for end users. IMO, adding an FAQ is not a good idea if we don't organize it from the beginning as it will end with a big file plain of explanations which does not help a lot. From my side, I would prefer to add cookbook entries for real advanced use cases. Configuring a marker as dragable or attaching an event on the map (already documented in a dedicated section) is IMO not such use cases. My POV is not the best since I know the library better than anyone else but I think if for example the event documentation can be improved instead of adding a real examples in the FAQ. What we can add in the FAQ / Cookbook is for example how to inject an autocomplete in a map. This one is an advanced use cases the library can handle pretty easily. Btw, @andela-odaniel, I have added a section for new comers in the README. DYT it's enought? |
@egeloen sure cookbook should be sufficient for this case, I can understand your POV. Although there are some basics lacking in current documentation so perhaps it would be wise to add it somewhere else? |
I agree that the documentation is purely technicle and don't give real use cases (very true for events). You can't imagine the time it takes to me to write it already... :) If you can point me parts of the doc which are not good enough, it would help me to enhance them. I will start by enhancing the event sections and for cookbook entries, I will start with the autocomplete injected into a map. |
As soon as i get back to the project that utilizes your library i will add sth from myself, currently i will have trouble to find time :( perhaps someone else could be more helpful? Thanks for all :) |
Hello,
First of all - great job with the bundle! I'm testing it currently and so far so good :) Good job!
After browsing this bundle along with its documentation I've missed one thing - a solid "FAQ" section. It would be nice to extract some questions from Issues that were previously closed and put it onto one section.
For example the things that might be contained in there:
etc.
What do you think?
@egeloen
The text was updated successfully, but these errors were encountered: