Skip to content

Releases: DinRiksdag/OpenRemiss

Tomas Tobé

20 Apr 08:26
Compare
Choose a tag to compare
Tomas Tobé Pre-release
Pre-release
  • New cleaning algorithm which removes annoying prefixes (ex: A2014-2170-ARM_svar_nr_083_) more efficiently and now uses the most popular organisation names to correct the ones that are less popular.
  • More documentation
  • Fixes a bug which would miss the last two remisses
  • Fixes a bug which would make the list unsorted

Roger Hedlund

12 Feb 03:55
Compare
Choose a tag to compare
Roger Hedlund Pre-release
Pre-release

This new release includes a lot of new things:

  • new model (see UML) using SQLAlchemy ORM to deal with data
  • new GraphQL API with Flask

In terms of functionality, you can now:

  • clean file names (for now, it removes any numbers before the file names)
  • get the list of consultees from the PDF consultee lists (works about 80% of the time)
  • integrate the data to another app thanks to the GraphQL API