Skip to content

Questions by ticket types and badge feature types#128

Merged
smarcet merged 10 commits intomainfrom
feature/question-by-ticket-type
Apr 17, 2023
Merged

Questions by ticket types and badge feature types#128
smarcet merged 10 commits intomainfrom
feature/question-by-ticket-type

Conversation

@romanetar
Copy link
Copy Markdown
Collaborator

@romanetar romanetar force-pushed the feature/question-by-ticket-type branch 2 times, most recently from 6607ff0 to 0592143 Compare March 30, 2023 12:47
@romanetar romanetar changed the title Model relations and migrations Questions by ticket types and badge feature types Mar 30, 2023
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 0592143 to 26f948e Compare March 30, 2023 14:06
@smarcet smarcet force-pushed the main branch 3 times, most recently from 65a355c to 64d6a85 Compare April 4, 2023 19:30
@smarcet smarcet self-requested a review April 6, 2023 14:59
@smarcet smarcet force-pushed the main branch 7 times, most recently from d70afac to ac7fcc9 Compare April 7, 2023 17:50
Comment thread app/ModelSerializers/ExtraQuestionTypeSerializer.php Outdated
Comment thread app/ModelSerializers/ExtraQuestionTypeSerializer.php Outdated
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch 4 times, most recently from ddbc809 to 8abf27b Compare April 13, 2023 13:19
@smarcet smarcet self-requested a review April 13, 2023 14:20
Comment thread database/seeders/ApiEndpointsSeeder.php
Comment thread database/seeders/ApiEndpointsSeeder.php Outdated
Comment thread routes/api_v1.php Outdated
Comment thread routes/api_v1.php Outdated
Comment thread tests/OAuth2SummitOrderExtraQuestionTypeApiTest.php Outdated
Copy link
Copy Markdown
Collaborator

@smarcet smarcet left a comment

Choose a reason for hiding this comment

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

@romanetar please review comments

@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 8abf27b to 43d6844 Compare April 13, 2023 18:03
smarcet and others added 6 commits April 13, 2023 13:31
Allow to select filter primary element JOIN Boolean condition (AND or OR)

default AND
modifier prefix with || ( OR )

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ic51562872036ea3592a2032109227ccb0fe9822b
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 43d6844 to 3911f75 Compare April 14, 2023 11:55
Signed-off-by: romanetar <roman_ag@hotmail.com>
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 3911f75 to d13d104 Compare April 14, 2023 12:25
@smarcet smarcet self-requested a review April 14, 2023 17:12
Signed-off-by: romanetar <roman_ag@hotmail.com>
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 62da791 to 6b24f2a Compare April 14, 2023 17:42
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: If5c9c427c3231a9984bbba8a8178f74b0fa599d8
Copy link
Copy Markdown
Collaborator

@smarcet smarcet left a comment

Choose a reason for hiding this comment

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

@romanetar please review comments on tix
regards

Signed-off-by: romanetar <roman_ag@hotmail.com>
@romanetar romanetar force-pushed the feature/question-by-ticket-type branch from 7c85ab8 to 8aa4228 Compare April 17, 2023 17:29
Copy link
Copy Markdown
Collaborator

@smarcet smarcet left a comment

Choose a reason for hiding this comment

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

LGTM

@smarcet smarcet merged commit b1b58df into main Apr 17, 2023
smarcet added a commit that referenced this pull request Apr 17, 2023
* Fix on Filter Parse

Allow to select filter primary element JOIN Boolean condition (AND or OR)

default AND
modifier prefix with || ( OR )

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ic51562872036ea3592a2032109227ccb0fe9822b

* Model relations and migrations

Signed-off-by: romanetar <roman_ag@hotmail.com>

* ORM mappings and serializer

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Model - ORM Mappings & Serializers

Signed-off-by: romanetar <roman_ag@hotmail.com>

* CRUD endpoint updates

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering (WIP)

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Fixes and Tweaks

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: If5c9c427c3231a9984bbba8a8178f74b0fa599d8

* allowed extra questions filtering in population

Signed-off-by: romanetar <roman_ag@hotmail.com>

---------

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Co-authored-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I8705ffa989b6d58e756b77e9fab3ea183623aefe
smarcet added a commit that referenced this pull request Apr 18, 2023
* Fix on Filter Parse

Allow to select filter primary element JOIN Boolean condition (AND or OR)

default AND
modifier prefix with || ( OR )

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ic51562872036ea3592a2032109227ccb0fe9822b

* Model relations and migrations

Signed-off-by: romanetar <roman_ag@hotmail.com>

* ORM mappings and serializer

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Model - ORM Mappings & Serializers

Signed-off-by: romanetar <roman_ag@hotmail.com>

* CRUD endpoint updates

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering (WIP)

Signed-off-by: romanetar <roman_ag@hotmail.com>

* allowed extra questions filtering

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Fixes and Tweaks

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: If5c9c427c3231a9984bbba8a8178f74b0fa599d8

* allowed extra questions filtering in population

Signed-off-by: romanetar <roman_ag@hotmail.com>

---------

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Co-authored-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I8705ffa989b6d58e756b77e9fab3ea183623aefe
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.

2 participants