schulcloud-flutter
schulcloud-flutter copied to clipboard
Show the school name on the account dialog
trafficstars
Is your feature request related to a problem? Please describe. On the web client, there's the school name in the top right corner.
Describe the solution you'd like While we don't need users looking at the name of their school all the time, it would be great if it would be displayed in the account dialog.
Is there any documentation on how to get the school's name or logo/banner?
You can make an HTTP GET request to <API base url>/schools/<your school id>.
Then, you should get a JSON back that contains a "name" field.