Git Product home page Git Product logo

devrpg's Introduction

Development lead on bespoke systems, interfaces, and mobile apps at scale for a number of industries. Strong experience with React, React Native, TypeScript, and Node.js.

Composer, music producer and performer of works in many genres. Also produces works for games and film. Experienced with sound design.

Game developer and designer with an interest in gamification and fun UI/UX.

➡️⠀Check out my website for all my stuff

devrpg's People

Contributors

dependabot[bot] avatar niksudan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

devrpg's Issues

Store detailed EXP statistics per user skill

Currently the total EXP and level are stored, but if anyone were to make a UI, they couldn't make snazzy progress bars since they don't know the current level values.

Store current EXP per level and EXP needed per level in user skill listings.

Debug log

Useful to have for crashes or when something unhandled happens.

Store skill name in user skill listing

Currently the name is stored as the key. If the skills are fetched as an array, you lose the key value. This can be resolved by having the name be an additional field in the skill listing.

Create 'current user' section in Firebase

Problem at the moment is that API requests take ages to load the Firebase because it has all the commit data to load.

A way to fix this would be to have a 'current user' section, which has the relevant stats for the current month. It would not contain the commit data or the monthly data breakdowns, just the basic data required to create a frontend application.

Trophies

Trophies are awarded to the user who did the best overall at the end of each month. You can get gold, silver and bronze trophies.

Should track removed files

Currently the system ignores removed files. These need to act like the opposite of added files, as when a file is renamed it's treated like it's a new file.

Commits with lots of files don't load all diffs

Since the GitLab webhook provides all added and modified files, we can use that to load each file and diff them one by one.

Should load all new major files for relevant commit and then perform one of the following:

  • If a merge, skip
  • If no major file changes, skip
  • If an initial commit, then all lines of major files tracked
  • If have parent commit
    • If parent commit has no major file changes, all lines of major files from current tracked
    • If has major file changes
      • If file from current exists on parent, diff
      • If file does not exist, add all lines

Stars

Stars are awarded depending on how well you do in an individual skill. You get 3 if you were 1st place, 2 if 2nd and 1 if 3rd.

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.