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

Feat/support uplink licensing #3123

Merged
merged 26 commits into from
Jul 30, 2024
Merged

Conversation

dpanta94
Copy link
Member

@dpanta94 dpanta94 commented Jul 22, 2024

🎫 Ticket

SL-157

🗒️ Description

🎥 Artifacts

✔️ Checklist

  • Ran npm run changelog to add changelog file(s).
  • Code is covered by NEW wpunit or integration tests.
  • Code is covered by EXISTING wpunit or integration tests.
  • Are all the required tests passing?
  • Automated code review comments are addressed.
  • Have you added Artifacts?
  • Check the base branch for your PR.
  • Add your PR to the project board for the release.

@dpanta94 dpanta94 self-assigned this Jul 22, 2024
@dpanta94 dpanta94 requested a review from lucatume July 23, 2024 20:11
@dpanta94 dpanta94 added the code review Status: requires a code review. label Jul 23, 2024
@dpanta94 dpanta94 marked this pull request as ready for review July 23, 2024 20:11
@dpanta94 dpanta94 requested a review from bordoni July 24, 2024 19:14
Copy link
Contributor

@lucatume lucatume left a comment

Choose a reason for hiding this comment

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

I would move the Uplink controller in the Seating directory.

src/Tickets/Seating/Controller.php Outdated Show resolved Hide resolved
src/Tickets/Libraries/Uplink/SLRController.php Outdated Show resolved Hide resolved
*
* @return void
*/
public function register_plugin(): void {
Copy link
Contributor

Choose a reason for hiding this comment

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

If the SLR feature is deactivated using the constant set in the wp-config.php file, this registration will not happen since the Uplink\SLR_Controller is registered in the main SLR Controller.

Why not have this controller live in the Seating directory?
I would call the controller Uplink, register as it is registered now in the main Seating controller and be part of the SLR feature completely.

@dpanta94 dpanta94 requested a review from lucatume July 29, 2024 15:01
@dpanta94 dpanta94 merged commit 4f363e6 into feat/slr-support Jul 30, 2024
14 checks passed
@dpanta94 dpanta94 deleted the feat/support-uplink-licensing branch July 30, 2024 12:19
@rafsuntaskin rafsuntaskin removed the code review Status: requires a code review. label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants