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/doc sign #17

Merged
merged 7 commits into from
Jul 29, 2020
Merged

Feat/doc sign #17

merged 7 commits into from
Jul 29, 2020

Conversation

jesusantguerrero
Copy link
Contributor

@jesusantguerrero jesusantguerrero commented Jun 30, 2020

  • Add support for fixed filters in gw-browse
  • Add support for date range
  • Add top left pagination slots
  • Add actions slot

@SparoHawk SparoHawk marked this pull request as draft June 30, 2020 21:14
@jesusantguerrero jesusantguerrero marked this pull request as ready for review July 7, 2020 20:08
@kaioken kaioken requested a review from SparoHawk July 15, 2020 21:57
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
src/browse.vue Outdated Show resolved Hide resolved
@@ -370,13 +377,19 @@ export default {
},
searchableFields() {
return this.tableFields.filter(field => field.searchable).map(field => field.name);
},
mainDateField() {
Copy link
Contributor

Choose a reason for hiding this comment

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

So what happens where there is more than one date field in the filterable fields?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It should't be more than one by the moment that's why is called mainDateField; but later, maybe we can allow the User decide which date field to use or address the problem in custom filters.

what do you think?

Copy link
Contributor

Choose a reason for hiding this comment

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

Later is okay.

Co-authored-by: Rogelio Morey <rogelio@mctekk.com>
@SparoHawk SparoHawk merged commit 21a953a into development Jul 29, 2020
@SparoHawk SparoHawk deleted the feat/docSign branch July 29, 2020 15:44
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.

None yet

2 participants