bundesAPI / bundesAPI/sofortmassnahmen
Portale für Beschäftigungsangebote im Schuldienst des Landes Sachsen-Anhalt
- Dominant language
- No language data
- Stars
- 99
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Die Bewerbung für Lehrkräfte und Seiteneinsteigerinnen in Sachsen-Anhalt läuft scheinbar über dieses Portal:
https://stellenmarkt-schule-lsa-stellen.matorixmatch.de/
Die Infos zu den Stellen werden statisch als JSON im File "aushang.php5" eingebunden.
```js
$scope.notebooks = [
{"name": "Sekundarschule XYZ",
"name_lang": "Sekundarschule XYZ",
...
}]
```
Eine API habe ich leider nicht gesehen, zumal das ganze scheinbar über einen externen Anbieter (https://www.matorix.com/) betrieben wird.
Ich bastel dazu mal nen Crawler für deutschland.
Contributor guide
Research direction
Start with the portal URL and inspect the referenced aushang.php5 content, especially the $scope.notebooks data. Determine how the static listings should be collected for the Germany-wide crawler; completion is not defined because the repository entry point, output format, and acceptance criteria are missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100