Coder Social home page Coder Social logo

co2tracker's Introduction

Hi, I'm Daniel! ๐Ÿ‘‹

Stuff I'm currently working on ๐Ÿ’ป

  • ๐Ÿ‘พ DotGL, a low level OpenGL 4.6 binding for C#
  • โ˜• DotGLFW, a fully managed cross-platform .NET wrapper for GLFW with provided binaries
  • โšก logix, a cross-platform logic circuit designer & simulator
  • ๐Ÿ•ท๏ธ Arachne, an authoritative server protocol for games using udp
  • some other secret stuff

Collection of repo templates ๐ŸŽจ

co2tracker's People

Contributors

alexvialabellander avatar dcronqvist avatar sagakortesaari avatar

Stargazers

 avatar

Watchers

 avatar

co2tracker's Issues

Change all timestamps to Unix timestamps

In all occurences of a timestamp, we should use a unix timestamp. The only place a date string should be allowed is in the date field in a benchmark to allow for searching benchmarks on a specific date.

Endpoint: Get all used tags

Should respond with all tags that have ever been used on a product. Perhaps also with its frequency of use? Important to note is that anyone can make a new tag - its just a plain text array of tags, it is not restricted by any means - there are no official tags.

Endpoint: Get all product ID's

Should just respond with an array of ID's for all products. This might be a good idea to limit somehow, perhaps "get the first 100 products in the database, in no specific order", and then perhaps "get the next 100 products". Haven't worked out how this might work, but should be doable.

Endpoint: Create new Benchmark for product

Create Benchmark

Allow requester to create new benchmark for a product, with new sub_products and/or transports. This should make sure that the newly created benchmark should be marked as latest and make the the old ones not be marked as latest.

This endpoint should also recursively update all parents of a product and give them new benchmarks as well!

Fix: Endpoint Create Product

Fix this endpoint ASAP

When creating a product, right now it doesn't check if the product already exists or not, so it will just freak out and give an error when you try to create a product twice - no bueno, gotta be fixed.

FIX?

Make sure that you do NOT create a new product entry in the database, and NOT create a new benchmark for this product IF IT ALREADY EXISTS.

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.