| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | fix: Make select all buttons for each individual column | 2021-08-16 | -16/+26 | ||
| | | |||||
| * | feat: Add select all button | 2021-08-16 | -0/+13 | ||
| | | |||||
| * | chore: Finalise tag style | 2021-08-15 | -5/+5 | ||
| | | |||||
| * | chore: Add tag to resource boxes | 2021-08-14 | -5/+17 | ||
| | | |||||
| * | chore: Split Topic column into two columns | 2021-08-13 | -9/+22 | ||
| | | |||||
| * | feat: Add a source button to the resource boxes | 2021-08-12 | -8/+13 | ||
| | | | | | This button should be used by maintainers to take them to the YAML file holding data about that resource. It currently has no functionality. | ||||
| * | feat: Center `Search` and `Clear Search` buttons | 2021-08-12 | -2/+2 | ||
| | | |||||
| * | feat: Make default options ticked when page loads | 2021-08-11 | -51/+51 | ||
| | | |||||
| * | styles: filtering resources page | 2021-08-03 | -19/+15 | ||
| | | |||||
| * | split up checkbox options in query params | 2021-08-03 | -21/+34 | ||
| | | | | | I have added functionality to the front end to split up the checkbox options into separate query params. This will make it easier to parse what has been selected. | ||||
| * | working demo of smart resources search | 2021-07-25 | -3/+38 | ||
| | | | | | I have incorporated a search that allows users to check boxes to filter resources. This is a working version, but the algo for searching likely needs to be modified. The frontend also needs some style updates. All necessary functionality should be present now though. | ||||
| * | add constant for resource tags. Add Functional front end | 2021-07-24 | -29/+52 | ||
| | | | | | This change adds a fully functional front end menu for testing. This is a very rough outline and will need a bit of UI and UX love to get working fully. Should act as an example of functionality | ||||
| * | change resources to prepare for smart resource search | 2021-07-23 | -62/+69 | ||
| | | |||||
| * | Update templates with new resource urls. | 2021-06-06 | -7/+7 | ||
| | | |||||
| * | Merge branch 'dewikification' into resources-lists | 2021-03-30 | -1/+1 | ||
| |\ | |||||
| | * | Rename `articles` to `pages`. | 2021-03-23 | -1/+1 | ||
| | | | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`. | ||||
| | * | Update guides route in resources.html | 2020-11-28 | -1/+1 | ||
| | | | |||||
| | * | Let Django generate URL for guides section of resources index | 2020-10-30 | -1/+1 | ||
| | | | |||||
| * | | Rename resource type -> resource category in route | 2021-03-30 | -8/+8 | ||
| | | | |||||
| * | | Order resources and subcategories in template | 2021-03-30 | -3/+3 | ||
| | | | |||||
| * | | Remove everything payment-related from resources app | 2021-03-30 | -10/+0 | ||
| | | | | | | | | | | | We decided not to include payment info right now. Payment data will be handled in future. | ||||
| * | | Use URL tags instead hard-coded strings for directing to specific list | 2020-11-14 | -7/+7 | ||
| | | | |||||
| * | | Create HTML files for resources lists | 2020-11-14 | -0/+108 | ||
| |/ | |||||
| * | Remove breadcrumb from resources index page to avoid too much titles | 2020-10-08 | -10/+0 | ||
| | | |||||
| * | Update guides URL to match with latest changes in #393 | 2020-10-07 | -1/+1 | ||
| | | |||||
| * | Create resources index HTML file | 2020-09-22 | -0/+100 | ||