Skip to content

Conversation

@JavierCladellas
Copy link
Collaborator

@JavierCladellas JavierCladellas commented Sep 27, 2024

Used MVC and strategy pattern for figure rendering.
Little fixes to template

A simple diagram of the MVC and strategy pattern
Screenshot 2024-10-04 at 13 11 13

How to plot a figure in the template:

model=AtomicReportModel("{{ filepath }}")
view=AtomicReportView()
controller=AtomicReportController(model,view)

strategy=PerformanceStrategy("s",["nb_task"])

fig=controller.generatePerformancePlot(performance_strategy)
fig.show()

@JavierCladellas JavierCladellas added enhancement A new feature or request code-quality Tasks related to code quality labels Sep 27, 2024
@JavierCladellas JavierCladellas self-assigned this Sep 27, 2024
@JavierCladellas JavierCladellas linked an issue Sep 27, 2024 that may be closed by this pull request
2 tasks
@netlify
Copy link

netlify bot commented Sep 27, 2024

Deploy Preview for benchmarking-polite-crostata-92f389 ready!

Name Link
🔨 Latest commit 6bda9ef
🔍 Latest deploy log https://app.netlify.com/sites/benchmarking-polite-crostata-92f389/deploys/66ffca816f73b0000897650c
😎 Deploy Preview https://deploy-preview-85--benchmarking-polite-crostata-92f389.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JavierCladellas JavierCladellas marked this pull request as ready for review October 4, 2024 11:13
@JavierCladellas JavierCladellas merged commit 516e0fb into master Oct 10, 2024
@JavierCladellas JavierCladellas deleted the 78-refactor-report-figures branch October 10, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-quality Tasks related to code quality enhancement A new feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor report figures

3 participants