GithubHelp home page GithubHelp logo

rarm / lynx Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 365.68 MB

Team 10 class project.

Home Page: https://lynxgamestore.com/

HTML 25.22% Python 3.48% CSS 63.72% JavaScript 7.50% Dockerfile 0.09%
electronjs game-launcher game-store nodejs python

lynx's People

Contributors

atrocityexecution avatar hunterbresler avatar imgbotapp avatar oneworldhd avatar rarm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

lynx's Issues

Server: Authentication API

Ensure the authentication API (login, sign up, and log out) works. Please, double-check the endpoint works (e.g., use curl to test all endpoints). Create some automated tests (this will help with any changes along the way in the coming days).

Example: Improve Font

Is your feature request related to a problem? Please describe.
No, just improving the site looks.

Describe the solution you'd like
A font that is more compatible with the OS.

Describe alternatives you've considered
I like Robot from Google Fonts.

Client: Game-User API

Create objects and APIs for use in the client (NodeJS) to send requests to:

  • Upload games.
  • Purchase games.
  • Download owned games.
  • Recognize installed games.
  • Play installed games.

Expose those APIs to the front end. Test the new API and add automated tests.

Example Issue

There is no task associated with this issues. The purpose is to demonstrate how our workflow works.

Client: Authentication/User API

Create objects and APIs for use in the client (NodeJS) to send requests to create a user, log in, and log out.

Expose those APIs to the front end and replace the current user management mechanism. The new one will allow future APIs to store user information for server requests.

Test the new API and add automated tests.

Fix Vulnerabilities

Both the NodeJS and Python environments have libraries that have vulnerabilities. Fix them.

Refactor Code

Client

Ensure the client doesn't have redundant code. Some HTML files have repeating CSS code rather than using a global CSS for common styles (like fonts and background color).

Some HTML files have internal CSS, while others have external CSS files. Many HTML pages have a CSS specific for that page (e.g., library.css, home.css). Although some pages could have custom CSS, we must make the project more maintainable. Let's keep reusable styles in a global CSS and page-specific styles internally (recommendation).

Server

Remove unused Django apps.

Server: Games API

Ensure the following game API works:

  • Upload a game.
  • List games.
  • Purchase a game (link a game with a user).
  • Download a game (verifying that the user owns the game).

Please, double-check the endpoint works (e.g., use curl to test all endpoints). Create some automated tests (this will help with any changes along the way in the coming days).

This Django app works along with the users' app. The latter must work before implementing this app.

Set Up Back-End Server Hook

Create a folder in the root repository directory for developing the back-end for the Lynx platform. Set up the environment to work with Python and Django. The hook should deploy the application in api.lynxgamestore.com.

Example: Main Website Wrong Text

Describe the bug
There is some text in the main website that shouldn't be there.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'the main website'.
  2. Look at the second paragraph.

Expected behavior
The text shouldn't be there. There should only be a single paragraph.

Double Check Environment:
Ensure the application is running in the appropriate environment. For example, the back end runs on a Ubuntu server using Python and Django, while the client runs on the latest Windows using NodeJS and ElectronJS.

  • Application: Lynx Website
  • Device: Macbook Air
  • Browser: Safari 16.5
  • OS: MacOS 13.4

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.