Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic creation of simplified reports issue #81 #141

Closed
wants to merge 165 commits into from

Conversation

ur-tech
Copy link
Contributor

@ur-tech ur-tech commented Dec 5, 2023

  • Adjusted to different inputs
  • Customization of reports possible, by defining a format
  • New report folder with pdf for each specified lead
  • Gitignore for created pdf's

Co-authored-by: Ahmed Sheta <[email protected]>
Signed-off-by: Fabian Utech <[email protected]>
Copy link
Contributor

@felix-zailskas felix-zailskas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a more generall question for understanding this code:

  • does this support the functionality to provide one/multiple leads and generating reports from them directly?
  • If so: how can I test this?
  • If not: was that in the scope of the task or is that part of another task?

src/report.py Outdated
# Input search string (either specific leads or a whole file)
# Output: pd.series of a lead from leads_enriched.csv
try:
df = pd.read_csv("src/data/leads_enriched.csv", delimiter=",")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be extended to also allow S3 usage? Perhaps this can be combined with the new DAL to retrieve a certain lead regardless of storage location

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will adjust it to the new documentation theme and S3 architecture in the next sprint. Then it should be also clear, how it works / how to test it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a deprecated now. It is not compatible with the new version of the main.py .
If needed can be executed simply by using python reports.py

@Tims777 Tims777 linked an issue Dec 19, 2023 that may be closed by this pull request
rbbozkurt and others added 27 commits January 3, 2024 23:33
Signed-off-by: Berkay Bozkurt <[email protected]>
Signed-off-by: Berkay Bozkurt <[email protected]>
Signed-off-by: Berkay Bozkurt <[email protected]>
Signed-off-by: Berkay Bozkurt <[email protected]>
* Added folder for jupyter notebooks and dependencies

Signed-off-by: Lucca Baumgärtner <[email protected]>

* Adjusted notebook for local use

Signed-off-by: Lucca Baumgärtner <[email protected]>

---------

Signed-off-by: Lucca Baumgärtner <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
upload sprint-10 imp-squared-backlog.jpg
upload sprint-10 imp-squared-backlog.jpg
* Added folder for jupyter notebooks and dependencies

Signed-off-by: Lucca Baumgärtner <[email protected]>

* Adjusted notebook for local use

Signed-off-by: Lucca Baumgärtner <[email protected]>

---------

Signed-off-by: Lucca Baumgärtner <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
…and pipenv installed packages

Signed-off-by: Ahmed Sheta <[email protected]>
ultiwinter7 and others added 27 commits February 3, 2024 22:29
Signed-off-by: Ahmed Sheta <[email protected]>
Signed-off-by: Lucca Baumgärtner <[email protected]>
Prediction runs both locally and via S3
Signed-off-by: Felix Zailskas <[email protected]>
Signed-off-by: Felix Zailskas <[email protected]>
…lifier into feature/229-more-test-cases

Signed-off-by: Felix Zailskas <[email protected]>
* fix minor error in regionalatlas step + moved scrape address step to deprecated + added new bdc config

Signed-off-by: Lucca Baumgärtner <[email protected]>

* undo change to input filename

Signed-off-by: Lucca Baumgärtner <[email protected]>

* Adjust gpt caching error logging

Signed-off-by: Lucca Baumgärtner <[email protected]>

* change input file location back to original

Signed-off-by: Lucca Baumgärtner <[email protected]>

* Add explanation for deprecation of scrape_addresses.py

Signed-off-by: Lucca Baumgärtner <[email protected]>

* Adjust error logging for review analysis

Signed-off-by: Lucca Baumgärtner <[email protected]>

* remove deprecated steps from tests

Signed-off-by: Lucca Baumgärtner <[email protected]>

---------

Signed-off-by: Lucca Baumgärtner <[email protected]>
removed the redundant S3 question prompt from data preprocessing
Add the SBOM generator and feature analysis
Co-authored-by: Ahmed Sheta <[email protected]>
Signed-off-by: Fabian Utech <[email protected]>
Signed-off-by: Fabian Utech <[email protected]>
@Tims777
Copy link
Contributor

Tims777 commented Feb 7, 2024

Superseeded by #245

@Tims777 Tims777 closed this Feb 7, 2024
@Tims777 Tims777 deleted the feature/81-simplify-reports branch February 7, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify Reports
10 participants