zio / zio-schema

Compositional, type-safe schema definitions, which enable auto-derivation of codecs and migrations.
https://zio.dev/zio-schema
Apache License 2.0
140 stars 161 forks source link

Add scaladoc to codec annotations #478

Closed googley42 closed 8 months ago

googley42 commented 1 year ago

Issue https://github.com/zio/zio-schema/issues/203 has been implemented but it looks like there are missing scaladoc for the annotations:

... add and document these annotations inside zio.schema.annotation ...

jdegoes commented 1 year ago

/bounty $100

algora-pbc[bot] commented 1 year ago

💎 $100 bounty created by ZIO 🙋 If you start working on this, comment /attempt #478 to notify everyone 👉 To claim this bounty, submit a pull request that includes the text /claim #478 somewhere in its body 📝 Before proceeding, please make sure you can receive payouts in your country 💵 Payment arrives in your account 2-5 days after the bounty is rewarded 💯 You keep 100% of the bounty award 🙏 Thank you for contributing to zio/zio-schema!

👉 Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🟢 @iamorozov #550
iamorozov commented 1 year ago

I would like to try this one

algora-pbc[bot] commented 1 year ago

💡 iamorozov submitted a pull request that claims the bounty. You can visit your org dashboard to reward. 👉 @iamorozov: To receive payouts, sign up on Algora, link your Github account and connect with Stripe on your dashboard.

algora-pbc[bot] commented 10 months ago

🎉🎈 @iamorozov has been awarded $100! 🎈🎊

987Nabil commented 8 months ago

@jdegoes @vigoo actually, for Scala 3 we can extract Scala doc at macro execution. But this ticket is now already rewarded and has a merged pr. Should we open a new issue?

vigoo commented 8 months ago

If we can capture it it would definitely be a nice feature