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

[api.keyman.com] Update deprecation flags in database to make querying faster and simpler #5

Closed
mcdurdin opened this issue Jul 5, 2018 · 0 comments · Fixed by #28
Closed
Milestone

Comments

@mcdurdin
Copy link
Member

mcdurdin commented Jul 5, 2018

Currently, we mark deprecation with the deprecates relation. This gives us one direction. However, this requires a secondary query to determine whether a keyboard is deprecated, which is not ideal for searches. We should build the corresponding relation for each keyboard as a deprecatedBy relation.

Then we need to update the search and cloud APIs to flag deprecated keyboards.

This work comes out of keymanapp/keyboards#374.

@mcdurdin mcdurdin transferred this issue from another repository Mar 1, 2019
@mcdurdin mcdurdin transferred this issue from another repository Mar 1, 2019
@mcdurdin mcdurdin added this to the Future milestone Sep 27, 2019
@mcdurdin mcdurdin modified the milestones: Future, P8S5 Nov 27, 2019
@mcdurdin mcdurdin modified the milestones: P8S5, P8S6 Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant