Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ProfessionalWiki/WikibaseFacetedSearch

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Q100, Q200, P100, P200 are similar. Nice to make values more distinct. Q100 Q200 P1 P2 is less likely to result in confusion and is easier to keep in your short term memory

View on GitHub

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
The interfaces form the architectural boundary

View on GitHub

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
The interfaces go within Application/, their persistence-mechanism-specific implementations go into Persistence/. (It is possible to have interfaces end up in Persistence/ if they are used by a...

View on GitHub

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

codecov-commenter created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
## [Codecov](https://app.codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch/pull/41?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+commen...

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I switched to getters, since for access in our application, after the config has been figured out, these values are no longer nullable.

View on GitHub

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

JeroenDeDauw created a branch on ProfessionalWiki/WikibaseFacetedSearch

tconfig - Enhanced searching interface with drilldown for Wikibase

JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
@malberts what is the state of this? I know there are unknowns around ranges, but the most common filters we could already do, unblocking some dependent tasks.

View on GitHub

JeroenDeDauw opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Show instance type choosing facet when there is no filter on the type yet
Somewhat depends on * https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/31
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
Status: working query in the PR here, but nothing implemented in PHP

View on GitHub

JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
I added my original query to the first comment

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
A quick ChatGPT example of a runtime field extracting a value out of the `statement_keywords` list: ``` { "runtime_mappings": { "P1_value": { "type": "long", "script": { ...

View on GitHub

JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
Yes, o1 was also not happy with it when it came up with this approach. Belows output refers to the quoted text in the first comment in this PR. ![image](https://github.com/user-attachments/asset...

View on GitHub

malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch

facet-parser - Enhanced searching interface with drilldown for Wikibase

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
For range queries on the current `statement_values`, ChatGPT has a warning about using queries like this: ``` { "query": { "script_score": { "query": { "match_all": {} }, "s...

View on GitHub

malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Index Point In Time values
AC: TODO
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Add search keyword for range facets
`haswbstatement` supports only "equals" queries. A new search keyword is necessary to generate the ElasticSearch query for other operators.
malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Make currentMin and currentMax more explicit (#36) a2d11cd

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

current

malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Add UI
AC: * Facets are shown * Do or create task for: make UI look nice Not AC: * Real data (https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/10) * Real config * Ability to filter...
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Make it look nice
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/9 Rough AC: * Move the facets into a sidebar (i.e. just move it next to search results) * Don't over-style * Shou...
malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Add Facets config
Depends on * https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/12 AC: * Can define per item type ("instance of"), where an item type is defined by a Q-id * Can specify the ...
malberts pushed 2 commits to current ProfessionalWiki/WikibaseFacetedSearch
  • Add FacetConfig (#35) ee1bb2a
  • Merge branch 'master' into current 8bd7692

View on GitHub

JeroenDeDauw created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

facets-config

Load more