pyvandenbussche / lov

Linked Open Vocabularies (LOV) - FrontEnd
http://lov.okfn.org/dataset/lov/
61 stars 12 forks source link

Disabled Signup button #55

Closed noorbakerally closed 8 years ago

noorbakerally commented 8 years ago

I have deployed the lov application from the code from github on my server, I am trying to signup from the app on the url ../edition/lov/signup, but the NEXT button remains disable, any idea, here also it is disable

pyvandenbussche commented 8 years ago

The way the backend has been created is for each user to be linked to an existing agent in the database. It's true there is something missing here ... I would recommend you to add a user in the mongodb database: db.agents.insert({ "prefUri" : "http://YOUR_URI", "name" : "YOUR NAME","type" : "person"}) Then as you signup, you will start entering your name and it will bind your user account to that agent ...

noorbakerally commented 8 years ago

Is there anything we should add more to the database, because i'm having the following issues when adding a vocabulary:

  1. No tags showing up when clicking on select tag
  2. No Language showing up in the list when adding a title
pyvandenbussche commented 8 years ago

I added some files to populate the database (and updated the readme). You should be able to populate all the languages and a list of tags (you can of course update them). At the moment the edition does not enable to modify the languages neither the tags. Any help welocmed!

gatemezing commented 8 years ago

@noorbakerally Could we close this issue?

noorbakerally commented 8 years ago

Sorry, yeah, I close it, thanks !!