-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
Distirbution of sprint 09 development
Co-authored-by: Parham Gandomkar <parham.gandomkar@gmail.com>
export pdf only in frontend side whithout sending request to server
the backend request to generate the pdf
There was a problem hiding this 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.
backend/Backend/Backend.csproj
Outdated
<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" /> |
There was a problem hiding this comment.
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?
There was a problem hiding this 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:-)
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
}); | ||
} | ||
|
||
// sending a request to backend to generate the pdf or docx file |
There was a problem hiding this comment.
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 /** */
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
Co-authored-by: Parham Gandomkar <parham.gandomkar@gmail.com>
There was a problem hiding this 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 :)
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>
#39
#59 #65