generated from TYPO3incubator/surfcamp-base-2025
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Oliver Hader edited this page May 4, 2025
·
2 revisions
SurfCamp 2025
- general focus: low code (no code) - achieve tasks without actually having the need to write source code
- providing the ability to integrate and use external data endpoints (match results, stock market, weather data, Mastodon, Twitter, RSS, …)
- JSON, XML, GraphQL, SparQL, …
- querying/filtering data
- mapping results to internal variables
- using the data in custom templates and components
- semi-automated caching strategy (either auto-detected or configured to “5 minutes”)
- start with integrating & rendering the list of matches & results of one sports club
- lets start creating an abstraction from that
- what is variable? what can be configured?
- concepts, model, backend module, lit-elements
- aspects:
- mapping to local Fluid variables
- creating a local service endpoint - which could be used by Vue, React, Angular frontend apps
- https://www.api-football.com/ (teams, players, results, leagues, …)
- https://highlightly.net/ (teams, players, results, leagues, …)
-
https://api.openligadb.de/index.html (results)
- https://api.openligadb.de/getmatchesbyteamid/40/1/0 (example game result)