meg-ray
meg-ray
Assess what needs to be done to meet current WCAG standards.
Use Django Feed Reader (or comparable framework) to aggregate Python in education-related blogs. For testing purposes, we can start with https://www.teachingpython.fm/ and https://blog.trinket.io/.
Change the field "Attribution" to "Author," so that it displays the new field name in the resource form and resource detail pages, and so that the authors are listed under...
Add additional toolkits and guides. If you have an idea for a guide that you'd like to create, it's a good idea to chat about it first either in the...
Create an embed view of each of the PDFs on the Getting Started page.
Remove "Requires Sign Up" and "Standards" columns from the list view.
Links to external URL route internally. Ensure that links are fully qualified, so that they don't go through Django's internal router.
We need the capacity to enter two or more separate attributions for the same resource. Right now multiple authors would be entered into the same text field called "Attribution." This...
Users must fill out a form to add a resource to the database. Some adjustments need to be made to the form including: - making it possible to select more...
Create and link to a version of installation instructions for a complete beginner (ie. someone who has never done a local install before). We anticipate having contributors that are more...