wafflesfm / batter

It makes Waffles.
Other
83 stars 18 forks source link

Awards / Achievements #40

Open galador opened 11 years ago

galador commented 11 years ago

There should be a way for staff to set up automatic, or "one-time" special awards or achievements to promote involvement with the community. On Waffles, this shows up as small icon-sized images in the user's profile and forum postbit.

Some examples:

senturio commented 11 years ago

Gotcha.

senturio commented 11 years ago

Things needed:

Thoughts:

galador commented 11 years ago

One thing I will mention, is that it should be fairly easy to create new awards.

The current process on Waffles is:

All of this is a manual, (sys)admin process... in short, it's terrible.

Any person (with the right permissions) should be able to add or create new awards on-the-fly. We should probably support uploading to either a local directory, or through some CDN API (I think this is another thing to create an issue for). Or perhaps, we could store them in the database.

senturio commented 11 years ago

@galador You mean like https://docs.djangoproject.com/en/1.5/ref/models/fields/#imagefield?

galador commented 11 years ago

Yep, seems right. Keep #55 in mind.