CorrelAid / correlaid_website

Source code for the CorrelAid website
https://correlaid.org
3 stars 0 forks source link

Scrape Website to fill Events in CMS #551

Closed KonradUdoHannes closed 8 months ago

KonradUdoHannes commented 9 months ago

I added events with the following things still outstanding.

KonradUdoHannes commented 9 months ago

Also outstanding is systematic implementation of all the standards in our "Directus Collection Standard". This mainly includes presentation within directus itself including comments for content creators.

friep commented 8 months ago

is this finsihed?

friep commented 8 months ago

i'd propose the following changes to the schema:

@jstet maybe you remember more about it?

KonradUdoHannes commented 8 months ago

is this finsihed?

Not quite. I think the local chapter links are still missing. I havn't gotten back to this since LCs have been done. This includes the translation aspect I mentioned above as the LCs are the only thing in the current schema that introduces translations to the fetching of events.

KonradUdoHannes commented 8 months ago

i'd propose the following changes to the schema:

  • description as wysiwyg
  • do translation for description instead of language field? Although i'm not sure how this was implemented
  • dropdown with options for target group and type
  • location as geo field?

@jstet maybe you remember more about it?

In case we make schema changes let me know so we can re-use the script to populate the modified schema.

jstet commented 8 months ago
* description as wysiwyg
  • [x] I will change this in directus now.

    • do translation for description instead of language field? Although i'm not sure how this was implemented

as Konrad already wrote, the language field is for the language of the event.

  • dropdown with options for target group and type
  • [x] yes we had it like that in the past, I will change it now
    • location as geo field?

I agree with Konrad, we don't really need this field to contain coordinates. Using coordinates would require extra work in svelte

jstet commented 8 months ago

@KonradUdoHannes changed the schema as specified above

KonradUdoHannes commented 8 months ago

Ok I'll get going on reinserting the descriptions.

KonradUdoHannes commented 8 months ago

Descriptions, target group and type should already be present again. I'll still need to include the links to the LCs. I'll close the issue once this is don.

jstet commented 8 months ago
KonradUdoHannes commented 8 months ago

Inserted LCs to events. Language was also replaced by a dropdown field an reinserted. This concludes this issue.