Strathfield Sports Club – member portal integrated tennis court booking system

Home » Book a Court » Strathfield Sports Club – member portal integrated tennis court booking system
Book a Court, Membership, Tennis No Comments

Membership Type (from IGT system)

One minor note is that the membership type is saved as ‘Adult Full’, we can remove uppercase and replace spaces to get to ‘adult_full’, but I see no point in appending ‘_membership’.
[1] => House
[2] => Life Member
[3] => Junior Sports
[4] => Sports
[6] => Adult Day
[7] => Adult Full
[8] => Junior Day
[9] => Junior Full
[10] => Student Full
[11] => Student Day
[12] => Staff

Encryption

Member portal should pass the encrypted member data to SportLogic using AES encryption.

For testing purposes, can you please use the AES Key “0123456789abcdef”.
Say this is the member data in JSON
        {
          “id”: “1234”
        , “fname”: “John”
        , “lname”: “Smith”
        , “type”: “Adult Member”
        , “email”: “[email protected]
        }
After AES encryption:

Fupuo9618cJFHBFO6Suk4gkiZ5SvcNo+B495lHRX+9s5yRSHa3z4dvD/RUpvrR/Eokvx6v6tl/s+vkUn5aMTfnrU+Wj8ZRyqbIfwJqmvQnE/AZD5Z3ltOtyCVKN9MI8q:ZmVkY2JhOTg3NjU0MzIxMA==

After URL parameter encode:

Fupuo9618cJFHBFO6Suk4gkiZ5SvcNo%2BB495lHRX%2B9s5yRSHa3z4dvD%2FRUpvrR%2FEokvx6v6tl%2Fs%2BvkUn5aMTfnrU%2BWj8ZRyqbIfwJqmvQnE%2FAZD5Z3ltOtyCVKN9MI8q%3AZmVkY2JhOTg3NjU0MzIxMA%3D%3D

Referer Login link:

Sandbox

https://dev.webbirddigital.net.au/strath

Test Accounts:

Username: testuser (full access) (Adult Day)
Member #: 16

Username: studentday (limited access)
Member #: 1518

Username: juniorday (limited access)
Member #: 1499

Username: adultday (limited access)
Member #: 2221

Username: housemember (no access)
Member #: 1812

Username: invalidmember (no access)
Member #: 3026

Username: expiredmember (no access)
Member #: 3151

All share the password: testpassword

Also this member is created for SportLogic:
Mark Chen
Member 2045
DOB 01/01/1975
0412 527 879
02 9747 5055
4a Lyons st Strathfiled
[email protected]
Login username: sportlogic
Password: passpass123

Member Portal Admin Section

https://dev.webbirddigital.net.au/strath/wp-admin/tools.php?page=tennis_spoof_user

Please log in with the below details.
Username: staff_test
Password: staff_test
For LIVE login use details deblow:
Username: strathfield@admin
Password: vaa5fczgdzet

Useful Links