Changes between Version 2 and Version 3 of SummerOfCode2018
- Timestamp:
- Mar 22, 2018, 10:18:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2018
v2 v3 30 30 Don't feel limited to the ideas below -- if you've got a cool project you want to work on, we'll probably be able to find you a mentor. We plan on approving as many projects as we possibly can. 31 31 32 We're accepting any GSOC proposal that fits one of the following three categ .ories:32 We're accepting any GSOC proposal that fits one of the following three categories: 33 33 34 34 * Work on Django itself - such as the ORM, forms, etc. This is what we've traditionally accepted GSoC entries in. … … 73 73 Quoting Loic on the [https://code.djangoproject.com/ticket/22298 ticket]: "My biggest issue with it is that it's a very naive approach to a complicated problem. It doesn't really fit with today's development practices where a project can easily grow to hundreds of static assets, where javascript offers concepts like AMD, where CSS gained preprocessors like LESS or SASS and where files are concatenated for performance. 74 74 75 Having each input widget pull it 's own assets can also be a performance footgun, and IMO it's hardy something we should recommend."75 Having each input widget pull its own assets can also be a performance footgun, and IMO it's hardy something we should recommend." 76 76 77 77 You will need to come up with a design here. There are a variety of third-party libraries from which you might glean best practices however the frontend tech world is currently in a state of reinvention so it might be hard to develop a suitable API that's suitable now but not in the future.