Code Monkey home page Code Monkey logo

evesrp's People

Contributors

abzde avatar acidity avatar adrien-f avatar krylik avatar paxswill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

evesrp's Issues

Tests

The spate of bugs I ran into point to a massive need for proper testing. I've skimped on them so far, but there've been a bunch of regressions and I need to fix them.

Emotes

Deployment configurable emotes would be rad.

Filterable lists

Lists of requests should be filterable by things like date, ship, system, pilot, user, corp, alliance, etc.

Live update the payout listing

Payout mode can have a high probability of double-payouts if two people are paying out at the same time. Tangentially related to #16, but this is slightly different, so rows can get updated in real time.

User information pages

Show users stuff like maybe stats (#1), what groups they're in (although the auth source should handle that), what divisions they have permissions to.

Batch eval mode

I want to be able to evaluate all ships of a certain type (maybe in a certain system) with links to go to the next request directly.

Notifications

Have a way to notify users (maybe groups as well?) for comments on requests, or when certain statuses are done. Maybe add a button for reviewers?

Have a way to see the base payout

Maybe hover on the calculated payout? I don't want the base payout super prominent as it can be confusing for some people (me when doing payouts, although payout mode should help with that).

Add an Auditor permission level

Auditors can view requests, but not change them. Pretty simple, and gives a way to allow leadership to see what people are reimbursing (like a CEO seeing what his corp members are submitting for reimbursement at an alliance level).

Forms are too wide

The default form width is really wide (at least for medium+ size viewports).

Add a way to export data

CSV for Excel, although XML with the API key process would probably work best (ImportXML in spreadsheets would be cool).

Fix Core support (groups)

Brave Core support is lacking, it doesn't really work with groups yet and I need to figure out what needs to happen to fix it.

Updatable Request Details

Details should be updatable, in case the submitter messes up. When updated, the request should be set back to evaluating if it was marked incomplete.

Separate Killmails from Requests

Different divisions may have different requirements for processing, so figure out if there's a way to facilitate that.

(pasting in from #86)

Right now the information from a killmail has a 1-to-1 relationship with the information about a request (sidenote: Killmail info is like the time of loss, where, who. Request info is payout, modifiers, division). Splitting the concept of a request would also mean changing a division would no longer be a thing, and would mean you could apply to multiple divisions at once.

Problems to solve include:

  • What information to share across divisions and how to share it.
  • How to migrate existing requests (probably an Alembic migration from hell).

Add User Notes

Reviewers/Payers should be able to make notes about Users, like if a user has been warned about something and shouldn't be given leeway in the future.

Add an admin permission

Admin permissions should be grantable in divisions separately from the site admin permissions.

Add a generic AuthMethod

Something like OpenID or along those lines. A non-affiliated option. It should also be set as the new default AuthMethod, to make initial setup easier.

Payout View

Need to add a payout view so payouts can be done quickly by payers

Migrate to Flask-Script

Use Flask-Script for the little admin tasks like creating the database schema or migrating the schema.

Also investigate providing low-level admin tasks like creating+modifying divisions, requests, etc. Maybe also allow forcing changes to go through using the constraint/verification skipping I was thinking of adding for the tests.

Make named admins configurable

Right now 'paxswill' is hard-coded in to the TestAuth module. This needs to be fixed before too long so other people can stand up their own instances and play (and maybe contribute).

I'm thinking of adding an argument to the AuthMethod constructor taking a list of IDs to treat as admins. That way every AuthMethod will have access to it, and I can probably work it into the constructor to set the admin flag.

Reviewing Lock

Sometimes reviewers will both be on the same request at once. It'd be nice to have maybe an advisory lock for a few minutes after a reviewer opens a page. Maybe have the lock get refreshed when the page is viewed (ajax-y and maybe a view event thingy?).

Nice Error Pages

Error pages (404, 403, etc) are currently a boring default. They should be styled like the rest of the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.