Skip to content

feat: add CSS and corresp. endpoint

Michelle Weidling requested to merge feature/#145-include-css-in-database into develop

Feature

Summary

This MR provides the project specific Ahikar CSS within the database as well as an API endpoint to access it.

While we linked to the raw CSS in GitLab before, this caused some MIME type problems since the content type provided was "document" instead of "text/css".

Compliance to “Definition of Done”

  • Unit tests passed
  • Code reviewed
  • Product Owner accepts the User Story

Documentation

  • I updated the README (if applicable)
  • I provided my functions with appropriate documentation
  • I updated existing documentation

Tests

Are we able to test this new feature?

  • Yes, everything can be done via unit tests.

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

Closes

Closes #145 (closed).

Logs and Screenshots

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Merge request reports