Git Product home page Git Product logo

ttt's People

Contributors

drinkyouroj avatar nharlow89 avatar ryuheiyokokawa avatar ttt-automaton avatar

Stargazers

 avatar

Watchers

 avatar

ttt's Issues

Create Repositories and Applogic Facades

Create Repositories for models which yet to have interfaces made.

  1. Follow Model
    1. Generate the Repository for Follow model (you can look at the examples in the "repositories" folder)
      1. You can look for common functionality within the FollowLogic.php file in the applogic folders.
      2. You can also find common Follow queries in ProfileController, and Follow REST controllers
      3. You can find all places where we use "Follow::" to find all use cases within the codebase.
    2. Also, apply the repository changes to the applogic/followlogic.php file
  2. Like Model
    1. Create a repository for the like model.
    2. Generate Applogic Facade for the Like model and look for common functions which require additional processing outside of model based interaction.
  3. Favorite Model
  4. Repost Model

Refactor Profile Controller

The profile evolved over time in different directions. This refactoring requires some group discussion before hand as what is displayed in the user profile vs user feed are not 100% clear.

Make the front end input system better

This mostly pertains to the contenteditable system.
A lot WYSYWIGs use an iFrame in combination with the contentEditable property to get the work done. We need to develop this as part of our template system in all of our inputs.

Mongo/NoSQL-ification of Some high-write high-read models

In order to decrease overhead and to decrease some needs, we should use mongo or other key-value store types to store some relationships (likes, follows, etc).

Below are some likely targets for conversion:

  • Likes
  • Favorites
  • Reposts
  • Followers
  • Comments

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.