We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently use UUID as unique identifier for the freelancers.
UUID
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
friendlyURL
The text was updated successfully, but these errors were encountered:
Created a column called fl_shortcode that computes to: ((firstname)-(lastname)-(first 6 digits of UUID)).
Sorry, something went wrong.
added auto-generation of shortcode for freelancers functionality.
64742d7
feature #16: added functionality to generate URL shortcode for freela…
969b566
…ncers
cwkeam
No branches or pull requests
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 URLsThe text was updated successfully, but these errors were encountered: