boxkite / ckanext-donneesqctheme

0 stars 0 forks source link

Should Organization be required on dataset form #22

Closed deniszgonjanin closed 9 years ago

deniszgonjanin commented 9 years ago

By default no organization need be entered when creating a dataset. Should it be made required? Asking because it might impact how we approach #19, and I don't know if it makes sense to have datasets that do not belong to any of the stakeholders

cc/ @Hoedic

Hoedic commented 9 years ago

Good point. Yes, organization should be mandatory.

deniszgonjanin commented 9 years ago

Any objections to using ckanext-scheming to define dataset schemas? It's a lot more flexible and faster than implementing IDatasetForm the old way

Hoedic commented 9 years ago

No objection, I feel we will have to play with the schema so it's better to have a flexible tool.

deniszgonjanin commented 9 years ago

Organization is now mandatory, with a server-side validator