wolfiton
Hi everyone,
Overview
Repo for the project: GitHub - jarroput/mollie: Elixir wrapper for the Mollie API · GitHub , created by jarroput
So i will start first with what I want to do and explain the overview of the situation:
-
Create a documentation by creating an example for mollie payment gateway for a phoenix template setup
-
Create a documentation by creating an example for mollie payment gateway for a phoenix absinthe setup
So any advice regarding database schema, any requests you might have please post them below.
Side note: This is my first time doing something like this so any tools or best practices on documenting and creating an example for this kind of project is appreciated.
Docs that are so far: API Reference — mollie v0.7.2 , this doc is created by jarroput
Update:
Tests: what kind of tests go well with a documentation example:
end to end testing or just cover 80% of the code?
Thanks in advance
Trending in Questions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
wolfiton
Does anyone have any input or advice on this?
wolfiton
Can someone recommend a similar project that has great documentation with examples in elixir phoenix?
Resources that i found:
https://medium.com/podiihq/writing-documentation-for-elixir-projects-and-serving-it-on-localhost-92ae07f7f5bb
https://ericdouglas.github.io/2017/08/27/elixir-built-in-documentation-and-testing-tools/
I am posting them maybe others will find them useful
Thanks
peter-de-boer
I am considering using that repo and would be happy to see some more documentation on how to use that library. Have you had the opportunity to write something?