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

Issue-456: Added slug for URL management #457

Merged
merged 3 commits into from
Aug 9, 2022
Merged

Conversation

koustov
Copy link
Member

@koustov koustov commented Aug 5, 2022

First thing, PLEASE READ THIS: ReactPlay Code Review Checklist

Description

Added a slug field on DB and used it for URL creation for individual play.

Note: Related CRP library has already been published ([email protected])[https://www.npmjs.com/package/create-react-play/v/0.0.11] and a (PR created)[https://github.com/reactplay/create-react-play/pull/20]

Fixes #456

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@koustov koustov requested a review from atapas as a code owner August 5, 2022 19:52
@vercel
Copy link

vercel bot commented Aug 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-play ✅ Ready (Inspect) Visit Preview Aug 9, 2022 at 3:56AM (UTC)

@koustov koustov changed the title added slug Issue-456: Added slug for URl management Aug 5, 2022
@koustov koustov marked this pull request as draft August 5, 2022 19:56
@koustov koustov changed the title Issue-456: Added slug for URl management Issue-456: Added slug for URL management Aug 5, 2022
@atapas atapas merged commit 6d31830 into main Aug 9, 2022
@atapas atapas deleted the Issue-456-add-slug-for-url branch August 9, 2022 03:57
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

Successfully merging this pull request may close these issues.

✨ [Feature request]: Use slug for managing plays
2 participants