-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels