Added developer, trainingmod and lead mod as suffixes #3

Closed
ThatSimplex wants to merge 6 commits from master into master
ThatSimplex commented 2015-12-29 06:18:39 -05:00 (Migrated from github.com)

Added developer, trainingmod and lead mod as suffixes so that you can have two of the mat the same time (if needed) but they don't have graphics yet

Added developer, trainingmod and lead mod as suffixes so that you can have two of the mat the same time (if needed) but they don't have graphics yet
jomo commented 2016-01-16 18:23:07 -05:00 (Migrated from github.com)

Actually I have a much better idea for handling ranks:
Each user has_many :ranks, which each have a value (as they already do) defining the order in which ranks are displayed.

For example, a user could be mod, lead, and donor all at the same time.
Perhaps ranks could also have a name and a separate display text (e.g. Donor+ / $$).
I also think "banned" and "disabled" shouldn't be ranks. They can be merged to one user column.


As a general rule, please only submit one PR for each change. I'd be happy to merge your bug fixes / project cleanup.

Let us know if you have thoughts about the proposed rank system or want to implement it.

Actually I have a much better idea for handling ranks: Each user `has_many :ranks`, which each have a value ([as they already do](https://github.com/RedstonerServer/redstoner.com/blob/e1fe02eacc4f564e4d0ae1689eaeaf0fffb50b11/db/schema.rb#L90)) defining the order in which ranks are displayed. For example, a user could be `mod`, `lead`, and `donor` all at the same time. Perhaps ranks could also have a name and a separate display text (e.g. `Donor+` / `$$`). I also think "banned" and "disabled" shouldn't be ranks. They can be merged to one user column. --- As a general rule, please only submit one PR for each change. I'd be happy to merge your bug fixes / project cleanup. Let us know if you have thoughts about the proposed rank system or want to implement it.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Redstoner/redstoner.com#3