Last active
January 11, 2016 18:07
-
-
Save iqbalmalik89/0dcf7d3c098952e2c450 to your computer and use it in GitHub Desktop.
Requirements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. The event categories are pulled dynamically under "step 1 select category" but the calendar icon is currently hard coded. | |
A custom field has been added to the event categories taxonomy terms for image upload. We just need you to configure the term | |
to display uploaded image for categories on front end. I assume this is a quick task. | |
2. The find events section needs a select element to display sub category names (colin will take care of css styling once you | |
have implemented) | |
3. The find events section needs a select element to display event months for filtering (again colin will take care of css | |
styling once you have implemented) | |
4. We need a feature to filter events on this page by postcode using Google API. Each event has a venue postcode in database | |
which will need to be checked against the users postcode for filtering by distance (please see attached for reference). | |
5. The filtering of events on this page must use mixitup (similar to isotope) to filter the results based on 2,3 and 4 above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment