Git Product home page Git Product logo

gamereqsapi's Introduction

Hi there ๐Ÿ‘‹

AI Engineer. Passionate about NLP and all things ML and software related.

I'm looking to collaborate on any open-source project that picks my interest.

Currently learning Rust.

Technical skills

Github stats

Lorenzo's GitHub stats

Top Langs

Contacts

linkedin LinkedIn ย 

gamereqsapi's People

Contributors

kackey0-1 avatar plutone11011 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

gamereqsapi's Issues

Query by developer

We should add a developer string field as a possible query parameter, and return results that match it, in a similar way to the name property.

3 steps:

  1. in get_game, we need to initialize a new variable developer the same way name is initialized, and pass it as a keyword argument to both db calls to game_query
  2. then in QueryBuilder, add a new method that builds the developer filter the same way name_query does
  3. finally in the db module, add a new property to the query_functions dictionary: the key must have the same name as the one passed through kwargs in the view function, and the value must be the name of the method created in QueryBuilder

Home page title

The current homepage shows a wrong heading and paragraph. The heading should be centered, and should contain Game requirements API instead.
The paragraph should also be centered, and contain A prototype API to visualize games' system requirements from Steam

You may use a template, in which case create a folder named template

404 message for wrong endpoint

In the get_game view, replace the call to flask abort with a more meaningful message, like Games have no resource called (parameter_name).
Look at update_game and delete_game for how to handle the return message statement (when rowcount is None, not on exception).

Refactoring db query creation

Query creation is starting to get messy, so there is the need to refactor query functions in db.py to make it more readable and easier to add new filters. Might use PyPika.
Working on query-refactor branch

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.