Giter VIP home page Giter VIP logo

shrinkme's People

Contributors

itszechs avatar jed-al avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jed-al

shrinkme's Issues

Unable to create custom links

This is a bug caused by incorrect conditional statement, the comment here and the !== do not match, it should be ===.

// if link has already been shortened, and shortenUrl is not provided,
// return the existing shortenUrl
// otherwise, allow custom shortenUrl
if (existingLink && link.shortenUrl !== undefined) {

Character limit issue

I encountered a bug in the frontend where it doesn't allow a 2 character last name. However, a 2 character first name is allowed. This seems to be inconsistent and should be fixed.

Prevent duplicates

This is not a feature, this is a bug. Prevent generation of shorten link for url whose shorten is already been generated.

Shorten link should be only in lowercase

This bugs allows making multiple shorten links with same string in different casing where as it will redirect to only one link. This can be fixed by updating linkSchema validation to allow only lowercase links.

CORS Preflight Error

CORS error upon api call from browser.

Note: API seems to be working when used outside the browser.

Show a loading bar

When shorten link button is clicked while the data is fetched from the server, show a loading progress bar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.