Giter Club home page Giter Club logo

dsfp-client's Introduction

Data Structures Final Project

Project to make a real life version of MeowMeowBeenz.

Contents

TODO

  • Comments
    • DAO
    • Network
    • Server
      • ClientHandler
      • RequestHandler
    • Users
    • SQL
  • Start learning SQL
  • Add config file support for server package
  • Add admins with extra privileges
  • Add datastructure for ratings system
  • Add tons of other stuff

Plan

Basics

  1. Create User Class with basic fields
  2. Create SQL Handler
  3. Create connection between server and user
  4. Create connection between server and SQL server
  5. Create system to log in and logout of accounts

Friend Network

  1. Add basic searching by username
  2. Add classes for user and server package to make and send undirected networks.
  3. Add edge table and a way for DAOs to parse through it
  4. Use breadth-first traversal to get list of friends and friends' friends, etc.

Ratings Network

  1. Learn how to implement Signal flow graphs
  2. Implement this structure first
    1. Weight of ratings increases linearly as rating of source increases (maybe rating should be changed according to median?)
    2. Users automatically rate themselves a 5
    3. Users start with 10 ratings of 1, weight of 3, which get replaced by the first 10 ratings they get.
  3. Next, implement structure above but change weight of ratings to increase quadratically as rating of source increases. Also, weight should increase for 4's and 5's if standard deviation of ratings is lower, and weight should decrease for 1's and 2's.

Dev Cycle

  1. Implement block of commands a. Create SQL Tables and associated DAO's b. Create TerminalCommand block
  2. Implement GUI that reaches each part of TerminalCommand block
  3. Implement ActionEvent buttons and communication to server.

MySQL Info

IP: localhost
Port Number: 3306
Java Java Java Java Java Java

Reference Links

These are links that I found that helped me make this app.

dsfp-client's People

Contributors

a1liu avatar

Watchers

James Cloos avatar

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.