You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
This repo is mainly used by create-tigris-app, which is fine. However, it does have a bit more potential than that. In this issue, I'd like to propose some changes that:
Make the repo more useful standalone
Can facilitate improvements in:
i. create-tigris-app
ii. the Web Console
General idea (suggestion)
Update each example to be an example that doesn't specifically stand out as having to be used with create-tigris-app e.g. rename README-template.md to README.md so the contents is automatically shown when you're in the directory in github.com. And standardize the READMEs a bit more.
Utilize package.json to provide more details that can then be used later e.g. description, keywords, human-readable name. We may want to add a new section to allow us to provide more metadata for facet search e.g. Tigris product, framework, use case the example demonstrates, priority (if we feel more are important than others e.g. key frameworks)
Upon merging into main, we can have a GitHub action that looks through all the examples and updates a Tigris Search index with all the examples.
create-tigris-app and the web console can be updated to query the search index (potentially via a very simple API).
With this approach, we can roll out new examples without the need to update any applications.
The text was updated successfully, but these errors were encountered:
This repo is mainly used by create-tigris-app, which is fine. However, it does have a bit more potential than that. In this issue, I'd like to propose some changes that:
i.
create-tigris-app
ii. the Web Console
General idea (suggestion)
create-tigris-app
e.g. renameREADME-template.md
toREADME.md
so the contents is automatically shown when you're in the directory in github.com. And standardize the READMEs a bit more.package.json
to provide more details that can then be used later e.g. description, keywords, human-readable name. We may want to add a new section to allow us to provide more metadata for facet search e.g. Tigris product, framework, use case the example demonstrates, priority (if we feel more are important than others e.g. key frameworks)main
, we can have a GitHub action that looks through all the examples and updates a Tigris Search index with all the examples.create-tigris-app
and the web console can be updated to query the search index (potentially via a very simple API).With this approach, we can roll out new examples without the need to update any applications.
The text was updated successfully, but these errors were encountered: