Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Module filtering #47

Closed
wants to merge 7 commits into from

Conversation

NealGeilen
Copy link
Collaborator

Filter on the modules when exporting data

closes #46

NealGeilen and others added 2 commits November 8, 2022 09:07
* Change formats type to `string` and split with comma separator

* Use root configuration instead of configuration section

* Fix exceptions not properly displaying in the console

* Add all module item types according to documentation

* Update application demo GIF

* Create code-analysis.yml

* Remove comments and enable additional queries

* Removed push from code-analysis.yml workflow

* Typo code-analysis.yml

* Added support for a Word export option

* Added footer Epsilon Credits

* Created helper class with reformat functions

* Reformat code

* Improved helper functions, Found that they can be added to records :-)

* Reformat files

* string interpolation

* Feature/cleanup (#40)

* Remove obsolete Epsilon.Http.Abstractions project

* Fix invalid serializable implementation

* Disable unused method return value hint

* Change exception to more appropriate one

* Update Grade score description

* Prevent null grades from exporting

* Reduce cognitive complexity to acceptable level

* Move logging call

* Reduce nesting

* Move project name and repository uri to constants

* Fix nullability warnings

* Remove unused class

* Use ?: operator and move constants to top level of class

* Reduce loop complexity

* Use project name constant in output name export option

* Update README.md application demo gif

* Add supported formats to README.md

Co-authored-by: Jelle Maas <typiqally@gmail.com>
@NealGeilen NealGeilen linked an issue Dec 6, 2022 that may be closed by this pull request
@NealGeilen NealGeilen self-assigned this Dec 6, 2022
@NealGeilen NealGeilen added the enhancement New feature or request label Dec 6, 2022
@NealGeilen NealGeilen marked this pull request as ready for review December 6, 2022 15:49
@NealGeilen NealGeilen requested a review from Typiqally December 6, 2022 15:49
@NealGeilen NealGeilen changed the base branch from master to develop December 6, 2022 15:50
@Typiqally
Copy link
Owner

Typiqally commented Dec 6, 2022

I feel like something went really wrong with the history tree here. 39 file changes which are also including previous commits. I think we should fix the tree first before reviewal so I can actually see what changed and what didn't.

Besides, I think this PR also includes changes from your other PR so I think you're mixing up workspaces or something like that.

@NealGeilen
Copy link
Collaborator Author

Sorry, Had indeed some issues. Going to fix it.

@NealGeilen
Copy link
Collaborator Author

Well, This is just a mess. Deleting this PR and corresponding brach

@NealGeilen NealGeilen closed this Dec 7, 2022
@NealGeilen NealGeilen deleted the feat/46-filtering-modules-when-exporting branch December 7, 2022 08:35
@NealGeilen NealGeilen mentioned this pull request Dec 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering modules when exporting
2 participants