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

Notebooks selector app with manual GitHub Pages deploy #1679

Merged
merged 198 commits into from
Feb 8, 2024

Conversation

yatarkan
Copy link
Collaborator

@yatarkan yatarkan commented Feb 2, 2024

Ticket: CVS-119857

This PR introduces OpenVINO Notebooks selector app written with TypeScript, React and vite. Moreover, new GitHub Actions workflow is added for manual app deploy to repository GitHub Pages (through workflow dispatch via GitHub Actions UI).

Note for reviewers: Files in ./selector/src/@spark-design directory can be skipped during review - these files are from Spark Design open-source package and can be treated as a dependency.

@yatarkan yatarkan added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Feb 2, 2024
@yatarkan yatarkan requested review from as-suvorov, a team, apaniukov, itrushkin and aleksandr-mokrov and removed request for a team February 2, 2024 08:30
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB


useEffect(() => {
setPage(1);
}, [selectedTags, searchValue, sort, setPage]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why setPage in dependencies?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setPage function is used inside this effect so it is considered as a dependency as well

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should notebooksService.getNotebooks from the next effect be in dependencies as well?

@@ -1,9 +1,9 @@
// @ts-check

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using json schema instead of manual validation

@as-suvorov
Copy link
Contributor

image
I think it would be nice to show tags, tasks on a notebook card

@andrei-kochin andrei-kochin merged commit 56027ae into openvinotoolkit:main Feb 8, 2024
15 checks passed
@yatarkan yatarkan deleted the yt/notebooks-selector branch April 16, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants