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

Implementation of #39 (Pt 3) #128

Merged
merged 40 commits into from
Jul 5, 2021
Merged

Implementation of #39 (Pt 3) #128

merged 40 commits into from
Jul 5, 2021

Conversation

Waldleufer
Copy link
Collaborator

@Waldleufer Waldleufer changed the base branch from dev to main June 23, 2021 12:41
@Waldleufer Waldleufer changed the base branch from main to dev June 23, 2021 12:44
Copy link
Collaborator Author

@Waldleufer Waldleufer left a comment

Choose a reason for hiding this comment

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

A lot of the new code files do not contain any documentation comments. Please add documentation to the newly created files.

Comment on lines 9 to 14
<PackageReference Include="AspNetCore.Proxy" Version="4.2.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Cors" Version="5.2.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These might also need to be documented in our BOM?

Copy link
Collaborator

@SaiVarunVaranasi SaiVarunVaranasi left a comment

Choose a reason for hiding this comment

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

Looks good to me:-)

Copy link
Collaborator Author

@Waldleufer Waldleufer left a comment

Choose a reason for hiding this comment

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

🙂

/**
* generating pdf for the baseline scenario
*
* @author Parham Gandomkar
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I believe we are in the process of removing author tags. Because in Scrum everyone should be responsible, and git blame can tell you very precise who worked on the code you are looking at the last.

You can install GitLens Exatention for Visual Studio Code to see authors always. 🙂 @gandompm

frontend/src/interface/PdfExporter.js Outdated Show resolved Hide resolved
});
}

// sending a request to backend to generate the pdf or docx file
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Please change this to a documentational comment /** */

@Waldleufer Waldleufer marked this pull request as ready for review June 30, 2021 07:31
Waldleufer and others added 6 commits June 30, 2021 09:42
Co-authored-by: Julian Oelhaf <julian.oelhaf@posteo.de>
Co-authored-by: Julian Oelhaf <julian.oelhaf@posteo.de>
removed <PackageReference Include="Microsoft.AspNet.WebApi.Cors" Version="5.2.7" /> as it is contradicing with the .net core version 5.0
@Waldleufer Waldleufer marked this pull request as draft June 30, 2021 09:41
@ScoutAtlas ScoutAtlas marked this pull request as ready for review June 30, 2021 09:54
@Waldleufer Waldleufer changed the base branch from dev to main June 30, 2021 12:38
@Waldleufer Waldleufer changed the base branch from main to dev June 30, 2021 12:42
Copy link
Collaborator

@manifau manifau left a comment

Choose a reason for hiding this comment

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

The generated pdf looks good :)

gandompm and others added 4 commits July 5, 2021 23:38
Co-authored-by: Parham Gandomkar <parham.gandomkar@gmail.com>
Co-authored-by: IremToroslu <irem.toroslu@fau.de>
…bon-footprint into dev-#39

Co-authored-by: Parham Gandomkar <parham.gandomkar@gmail.com>
Co-authored-by: IremToroslu <irem.toroslu@fau.de>
@Waldleufer Waldleufer merged commit 2c19e74 into dev Jul 5, 2021
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.

4 participants