kartoza / flask_user_map

A simple flask for creating user community maps
GNU General Public License v2.0
5 stars 10 forks source link

We should allow users to add a link to their web site #8

Closed timlinux closed 10 years ago

timlinux commented 10 years ago

Problem

It would be good to have a link to the users organisation in the popup for a user. We should include some basic spam protection (perhaps requiring a moderator to approve links before they can be made available on the map would be an option).

Proposed solution

Users should be able to provide a link back to their organisation.

akbargumbira commented 10 years ago

Hi @timlinux, do you have idea how to check if the website is 'dodgy'? other than checked by moderator

timlinux commented 10 years ago

Yeah I dont have a quick answer for this other than to have a moderated property on the user record that inidcates whether the link has been checked, The checked flag should be cleared whenever a user alters their link. Having a moderators view that lets admins go through links and accept or decline them would be great.

akbargumbira commented 10 years ago

so this one should implement admin page?