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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
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, anddonorall 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.