schulcloud-flutter icon indicating copy to clipboard operation
schulcloud-flutter copied to clipboard

Show the school name on the account dialog

Open MarcelGarus opened this issue 5 years ago • 2 comments
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.

MarcelGarus avatar Mar 03 '20 21:03 MarcelGarus

Is there any documentation on how to get the school's name or logo/banner?

Th3Ph4nt0m avatar Dec 15 '20 21:12 Th3Ph4nt0m

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.

MarcelGarus avatar Dec 18 '20 16:12 MarcelGarus