chronoscio / frontend

Frontend repository for the ChronoScio project
https://chronoscio.now.sh
GNU General Public License v3.0
3 stars 0 forks source link

If one of the references/links provided is Wikipedia, then use the same url_id as them #19

Open amaury1093 opened 5 years ago

amaury1093 commented 5 years ago

E.g. https://en.wikipedia.org/wiki/Kingdom_of_France -> url_id = Kingdom_of_France

amaury1093 commented 5 years ago

Actually, should this be done on the frontend or the backend?

quorth0n commented 5 years ago

I would say frontend actually, the url_id text input then can be automatically populated based on the field. I like this approach better than hard locking any data into the backend.