Changes between Version 1 and Version 2 of 2020SeasonOfDocs


Ignore:
Timestamp:
Apr 22, 2019, 3:37:41 AM (5 years ago)
Author:
Carlton Gibson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020SeasonOfDocs

    v1 v2  
    1 WIP.
     1== Google's Season of Docs.
     2
     3We'd like to participate in Google's Season of Docs.
     4
     5General 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
     7Anyone looking to mentor here, please let Carlton and/or Mariusz (current Django Fellows) know.
     8
     9Possible projects (feel free to add other ideas!):
     10
     11=== General targeting of Documentation issues.
     12
     13By 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
     17There 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
     19There 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
     23This is a more specific project.
     24
     25Django'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
     27This 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
     33Bringing this up to date would be a great addition.
Back to Top