1 | | WIP. |
| 1 | == Google's Season of Docs. |
| 2 | |
| 3 | We'd like to participate in Google's Season of Docs. |
| 4 | |
| 5 | General process would be communications with Fellows, group help on the django-core-mentorship mailing list and more report based emails to the django-developers list. |
| 6 | |
| 7 | Anyone looking to mentor here, please let Carlton and/or Mariusz (current Django Fellows) know. |
| 8 | |
| 9 | Possible projects (feel free to add other ideas!): |
| 10 | |
| 11 | === General targeting of Documentation issues. |
| 12 | |
| 13 | By component, "Documentation" tickets are our third biggest area (after the ORM and then Admin). |
| 14 | |
| 15 | [https://code.djangoproject.com/query?status=assigned&status=new&component=Documentation&col=id&col=summary&col=status&col=owner&col=type&col=component&col=version&desc=1&order=id Open Accepted Documentation Issues] |
| 16 | |
| 17 | There are tickets of all types and level here. Many are tutorial like, affecting the template layer or admin or CSRF handling handling and so on. Others are more code-based detailing exact usage points. |
| 18 | |
| 19 | There is plenty of work in both kinds. A general survey to identify related tickets and then address then as groups would be of massive benefit. |
| 20 | |
| 21 | === Integrating with modern JS frameworks How-To. |
| 22 | |
| 23 | This is a more specific project. |
| 24 | |
| 25 | Django's staticfiles app is perfectly capable of working with modern JS frameworks. There's a lack of an up to date guide of exactly How-To on that. |
| 26 | |
| 27 | This has been the topic of much recent discussion: |
| 28 | |
| 29 | * https://code.djangoproject.com/ticket/30296 |
| 30 | * https://groups.google.com/forum/#!topic/django-developers/KVAZkRCq9KU |
| 31 | * https://2019.djangocon.eu/talks/take-the-gore-out-of-a-djangoreact-stack/ |
| 32 | |
| 33 | Bringing this up to date would be a great addition. |