Commit Graph

28 Commits

Author SHA1 Message Date
Eddybrando Vásquez 57245f31d8
fix(events): events date range filter (#2532)
* fix(events): consider end dates when filtering

* chore: update fetched data

* test(events): isEventInDateRange function
2022-04-01 11:32:48 +02:00
Abdón Rodríguez Davila 1e66a29549
Update most of dependencies (#2088)
* Update babel-core

* Update eslint-plugin-vue

* Pin v0. dependencies (~)

* Pin Carbon dependencies (~)

* Pin Nuxt dependencies

* Temporally pin @nuxtjs/eslint-config dependencies

* Fix lint errors & warnings

* Update @nuxtjs/eslint-config dependencies

* Add missed typescript dev dependency

* Add the missed markdown-it dependency

* Update @vue/composition-api

* Update vue-demi

* Update @types/markdown-it

* Add missed ts-node

* Update @babel/core @babel/preset-env

* Update @eslint/eslintrc
2021-08-17 11:37:38 +02:00
Yaiza 4967303450
Update airtable and filters for the events page (#1796)
* Updates airtable info

* Updates COMMUNITY_EVENT_TYPES

* Updates WORLD_REGIONS

* Renames getRegion with getRegions for events

* Replaces region with regions because we can have more than one region

* Updates events values to match the airtable structure

* Adapts tests to changes
2021-06-08 17:12:39 +02:00
Eddybrando Vásquez f6467a564f
Use Vuex modules the classic Vuex store model (#1271) 2021-01-15 13:08:40 +01:00
Eddybrando Vásquez 5ae48967ac Create advocates filter (#1122) 2020-12-15 17:46:47 -05:00
Randy 6b5287d579 Gets advocates with slackId info (#1111) 2020-12-15 17:46:47 -05:00
Yaiza 38c98e934e Recovers advocates from airtable (#1100) 2020-12-15 17:46:47 -05:00
y4izus 21e70afd68 Creates a layout for extra filters and results and use it on advocates page 2020-12-15 17:46:47 -05:00
Randy 777d75e4a0
Replace any type annotations for some files (#1148)
* replace EventCard anys

* replace FooterSection anys

* replace AdvocateCard anys

* replace CapabilityCard anys

* replace component anys

* replace SyntaxHighlight any

* replace Events module anys

* replace Events module anys

* replace object types

* add and use IInnerNavLink type
2020-12-04 12:08:33 +01:00
Randy 4606d8dd16 Add mobile multiselect events filters (#1045) 2020-11-03 17:06:49 +01:00
Salvador de la Puente González 001556d83f Convert implicit `any` into explicit ones 2020-10-23 17:37:07 -04:00
Salvador de la Puente González b341eebbad Remove 4 years option 2020-07-20 21:44:22 +02:00
Salvador de la Puente González dd0c1c4e4c Add the cards for previewing the careful explanations when they appear in addition to other resources (#736) 2020-07-16 20:39:38 +02:00
Salvador de la Puente González 7d21b5a668 Add 1 year option 2020-07-16 20:39:38 +02:00
Salvador de la Puente González e5049fd97c Add filtering logic through a Vuex module learningResources (#716) 2020-07-16 20:39:38 +02:00
Salvador de la Puente González bec67f5d0e
Rename location into region, and place into location (#531) 2020-04-16 22:27:58 +02:00
Salvador de la Puente González 51fc7f8ffb
Add temporal fallbacks while waiting for produt final decisions (#529) 2020-04-16 14:59:27 +02:00
Salvador de la Puente González a0e5651f1e
Convert location "Online" into type "Online" (#525) 2020-04-15 17:29:20 +02:00
Salvador de la Puente González 84baa198df
Extend const symbolic pattern to world locations and derive types from these consts (#524) 2020-04-15 15:57:22 +02:00
Yaiza 9787fdc6cd
Update type categories for events (#521)
* Make type categories follows the same structure as location categories

* Adds new type categories and fix tests

Co-authored-by: Salvador de la Puente González <salva@unoyunodiez.com>
2020-04-15 12:29:18 +02:00
Salvador de la Puente González 7d1c836e1f
Allow filtering events with multiple types (#519) 2020-04-15 11:37:30 +02:00
Yaiza 72a7a79354
Updates location categories (#508)
* Modifies some data to fit new filters

* Updates filters and refactor code

* Moves LOCATION_CATEGORIES to events store
2020-04-12 12:58:33 +02:00
Yaiza 482f87957b
Apply requested changes for filter past events (#495) 2020-04-08 14:54:42 +02:00
Salvador de la Puente González feec479938
Fetch events from Airtable (#482) 2020-04-08 09:48:46 +02:00
Yaiza 1e9a4e8dff
Show and filter past events in the events index page (#476)
Implement past and future events.
2020-04-01 21:22:57 +02:00
Yaiza a56470e9a7
Filter events by type and location (#470)
Add Vuex and a store to keep the events
2020-04-01 10:25:01 +02:00
Marina Aisa 3633ec63a6 [ISSUE-350] New README & CONTRIBUTING guides (#378)
Update readme and add details regarding the architecture.
2020-01-13 20:38:26 +01:00
Salvador de la Puente González 047bf59fd7 First try 2019-06-06 08:30:22 +02:00