HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

[stretch] Back-End: Create Link - Title Scrape needs Some Finesse (too long/no context) ] #22

Closed TheWoodenMan closed 2 years ago

TheWoodenMan commented 2 years ago

image From the image above - after doing some testing we need to work on the logic of handling the axios fetch request and the creation of new cards.

  1. This is one for the future, but there will probably need to be a character limit on title length just so the character always fits on the card. This may need to simply be snipped down to size, but open to discussion.
  2. No Context, if the site's title is kind of bad - it doesn't give too much information on the site. We

Both of these issues are kind of stretch goals tbh.

TheWoodenMan commented 2 years ago

https://github.com/HoldUpFjord/Link-Manager/pull/37 fixes this

n.b. this branch had to be local merged and force pushed to main - so it doesn't show up in the commit history.