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

Move provisioning callbacks and handlers to functional block #976

Conversation

maaikez
Copy link
Contributor

@maaikez maaikez commented Feb 3, 2025

Describe your changes

Provisioning callbacks and handlers to provisioning functional block.

This pull request is based on the pull request to move the transaction functional block, so that must be done first before this one can be merged.

Issue ticket number and link

#975

Checklist before requesting a review

  • I have performed a self-review of my code
  • [n/a] I have made corresponding changes to the documentation
  • [n/a] If OCPP 2.0.1: I have updated the OCPP 2.0.1 status document
  • I read the contribution documentation and made sure that my changes meet its requirements

@maaikez
Copy link
Contributor Author

maaikez commented Feb 3, 2025

I am wondering if we want this huge constructor or fix that another way.

@maaikez maaikez linked an issue Feb 4, 2025 that may be closed by this pull request
Copy link
Contributor

@Pietfried Pietfried left a comment

Choose a reason for hiding this comment

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

Some TODO comments can be removed and the status document can be updated

Comment on lines 181 to 185
// TODO(piet): B01.FR.06
// TODO(piet): B01.FR.07
// TODO(piet): B01.FR.08
// TODO(piet): B01.FR.09
// TODO(piet): B01.FR.13
Copy link
Contributor

Choose a reason for hiding this comment

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

are now all implemented. B01.FR.13 is missing in the status document, you can add it there as well.

Suggested change
// TODO(piet): B01.FR.06
// TODO(piet): B01.FR.07
// TODO(piet): B01.FR.08
// TODO(piet): B01.FR.09
// TODO(piet): B01.FR.13

Comment on lines 437 to 440
// TODO(piet): B11.FR.05

// TODO(piet): B12.FR.05
// TODO(piet): B12.FR.06
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// TODO(piet): B11.FR.05
// TODO(piet): B12.FR.05
// TODO(piet): B12.FR.06

all implemented. B11.FR.05 is missing in the status document

@maaikez maaikez force-pushed the feature/move-transaction-callbacks-and-handlers-to-functional-block branch 3 times, most recently from 7165b05 to 6349a4b Compare February 17, 2025 10:02
Base automatically changed from feature/move-transaction-callbacks-and-handlers-to-functional-block to main February 17, 2025 10:40
Signed-off-by: Maaike Zijderveld, iolar <git.mail@iolar.nl>
…ock.

Signed-off-by: Maaike Zijderveld, iolar <git.mail@iolar.nl>
Signed-off-by: Maaike Zijderveld, iolar <git.mail@iolar.nl>
…plemented.

Signed-off-by: Maaike Zijderveld, iolar <git.mail@iolar.nl>
@maaikez maaikez force-pushed the feature/move-provisioning-callbacks-and-handlers-to-functional-block branch from 966376e to bac1698 Compare February 17, 2025 10:45
@maaikez maaikez merged commit ea3cb61 into main Feb 17, 2025
7 checks passed
@maaikez maaikez deleted the feature/move-provisioning-callbacks-and-handlers-to-functional-block branch February 17, 2025 11:02
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.

Move 'Provisioning' callbacks and handlers to functional block
2 participants