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: documenten api columns #992

Closed
wants to merge 88 commits into from

Conversation

mbritense
Copy link
Contributor

No description provided.

teodor-ritense and others added 25 commits May 8, 2024 15:25
…ing' into feature/documenten-api-columns

# Conflicts:
#	projects/valtimo/config/assets/core/en.json
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.html
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.ts
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.ts
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.html
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.scss
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.ts
#	projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-filter.model.ts
#	projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-column.service.ts
…odal' into feature/documenten-api-columns

# Conflicts:
#	projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.ts
#	projects/valtimo/zgw/src/lib/zgw.module.ts
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
projects/valtimo/config/assets/core/nl.json Outdated Show resolved Hide resolved
</cds-dropdown>

<!-- TODO: Add default sort functionality when BE supports it -->
<cds-radio-group *ngIf="showRadioButtons" legend="Default sort" formControlName="defaultSort">
<cds-radio value="noDefault"> No default sort </cds-radio>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hardcoded string

<cds-radio-group *ngIf="showRadioButtons" legend="Default sort" formControlName="defaultSort">
<cds-radio value="noDefault"> No default sort </cds-radio>

<cds-radio value="DESC"> Descending </cds-radio>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hardcoded string


<cds-radio value="DESC"> Descending </cds-radio>

<cds-radio value="ASC"> Ascending </cds-radio>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hardcoded string

@teodor-ritense teodor-ritense changed the title WIP: feat: documenten api columns feat: documenten api columns May 15, 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
Development

Successfully merging this pull request may close these issues.

5 participants