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): wordpress menu based sidenav instead of hardcoded sidenav. also added all den haag nlds icons #30

Open
wants to merge 28 commits into
base: mijn-zaken/frontend
Choose a base branch
from

Conversation

Jikizuari
Copy link
Collaborator

nieuwe branch gemaakt, ik ga de oude ook verwijderen.

YvetteNikolov and others added 27 commits October 24, 2023 12:47
*/
public static function updateNavItems( $menu_id, $menu_item_db_id ) {
foreach ( self::getFields() as $field_name => $meta_data ) {
$value = (
Copy link
Contributor

Choose a reason for hiding this comment

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

Je zou deze in 1 regel kunnen schrijven eventueel:
$value = ($_POST[ $field_name ][ $menu_item_db_id ] ?? '') == 'on';

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fair enough! Morgen pas ik de boel even aan, dan sta ik weer ingepland.

*
* @return array[]
*/
public static function getFields() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Mierenneuken:

public static function getFields(): array
{
    //
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Dan ga ik er van uit dat we in dit project alle functies strict typing maken? (Even voor de zekerheid)

Copy link
Contributor

Choose a reason for hiding this comment

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

Wat mij betreft wel! Echter ben ik maar 1 persoon natuurlijk.

*
* @return void
*/
public static function addCustomFields( $item_id, $item ) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Niet persé fout maar waarom zijn de methods static?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Eerlijke antwoord is gewenning/preference van schrijven. Zelf vind ik class::function() mooier staan dan class->function(), in ieder geval op plaatsen waar het eigenlijk vrij weinig uit maakt zoals hier.

Ik probeer echter wel de stijl van het project zo veel mogelijk over te nemen dus als je liever non-static functies hebt dan pas ik dat uiteraard aan! :-)

Copy link
Contributor

Choose a reason for hiding this comment

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

In deze context werkt dit prima alleen strookt het met datgeen wat ik geleerd heb. Wellicht dat deze klasse ooit uitgebreid wordt waardoor je de static methods alsnog moet vervangen. Stukje leesvoer voor de liefhebber.

@Jikizuari
Copy link
Collaborator Author

@mvdhoek1 - mogguh, zou jij nog een review kunnen geven van de changes? de merge conflict wordt steeds groter 😅

@mvdhoek1
Copy link
Contributor

@Jikizuari heb je ge-rebased? Had begrepen dat jullie dat niet vaak gebruiken. Ik kan wel even meekijken als je dat fijn vindt.

@Jikizuari
Copy link
Collaborator Author

@mvdhoek1 Ik rebase eigenlijk nooit. Mocht je het magisch kunnen oplossen zal dat 100% sneller zijn dan de methode die ik zou gebruiken :-P

@mvdhoek1
Copy link
Contributor

@Jikizuari ik heb een poging gedaan maar ik weet niet precies welke delen van jou zijn en nieuw zijn en wat niet. Ik vraag Yvette even omdat zij er meer in zit.

@mvdhoek1 mvdhoek1 force-pushed the mijn-zaken/frontend branch 3 times, most recently from 5c9e055 to 412bd7e Compare January 8, 2024 15:14
@Jikizuari
Copy link
Collaborator Author

Hier moeten we nog even naar gaan kijken.

@mvdhoek1 mvdhoek1 force-pushed the mijn-zaken/frontend branch 5 times, most recently from 3c9841c to 7c6a0ab Compare February 1, 2024 14:24
@mvdhoek1 mvdhoek1 force-pushed the mijn-zaken/frontend branch from fdc044c to a726a42 Compare February 8, 2024 07:23
@mvdhoek1 mvdhoek1 force-pushed the mijn-zaken/frontend branch from 09105dc to 6b5b9ef Compare February 26, 2024 10:20
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.

4 participants