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

Idea for static searching #32

Open
tm9k1 opened this issue Jan 2, 2019 · 0 comments
Open

Idea for static searching #32

tm9k1 opened this issue Jan 2, 2019 · 0 comments

Comments

@tm9k1
Copy link

tm9k1 commented Jan 2, 2019

Can we have something like this?

The whole search portal will be a web-app,so processing can take place within the user's browser.
Every log.txt will have tags in the last line, that will be extracted by the CI builder and appended to a tags.JSON like

{ 
'23-08-2018`: ['git','session 2','mentor1'],
'25-08-2018`: ['git','session 3','mentor1'],
}

Then, we will have another links.JSON built by CI, like

{
'23-08-2018': 'https:link/to/log/file`,
'25-08-2018': 'https:link/to/log/file`,
}

then, these files can be loaded in the browser, and JS will match the relevant tags and show the links to relevant log files!

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

No branches or pull requests

1 participant