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

[front-end requirement] create unique shortcode column for friendly freelancer URL #16

Open
ortonomy opened this issue Feb 14, 2018 · 1 comment

Comments

@ortonomy
Copy link
Owner

ortonomy commented Feb 14, 2018

We currently use UUID as unique identifier for the freelancers.

We should create a friendlyURL column or computed column to use as the URL slug for unique objects so the front-end can produce more friendly URLs

@ortonomy ortonomy added this to the Version 1.0 milestone Feb 14, 2018
@ortonomy ortonomy changed the title [front-end requirement] create unique shortcode hash for freelancer URL [front-end requirement] create unique shortcode column for friendly freelancer URL Mar 5, 2018
@cwkeam cwkeam self-assigned this Mar 6, 2018
@cwkeam
Copy link
Collaborator

cwkeam commented Mar 6, 2018

Created a column called fl_shortcode that computes to: ((firstname)-(lastname)-(first 6 digits of UUID)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants