Skip to content

Idea for static searching #32

@tm9k1

Description

@tm9k1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions