Giter VIP home page Giter VIP logo

community-newsletter's People

Contributors

0xk4d1r avatar blind-striker avatar brkn avatar gungoren avatar msusur avatar mustaphaturhan avatar ozgurg avatar sonercirit avatar theykk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

community-newsletter's Issues

Update "hot" sorting of messages on ui

Use the following formula rather than the current algorithm.

len: number of unique messages in thread (thread length)
react: number of unique reactions in message
age: number of ms since the message was post
Dc: Dogan constant (take this as 0 for the moment)

Community score = (2*len + react) / (age + Dc)

Add "All" to header menu items

On the main page, all messages from all channels are shown. If the user selects a channel from the header menu items, all messages from the selected channel are shown but there is no way to return to show all messages from all channels.

So, it will be good that adding an all menu item to the header as selected on the initial state of the main page.

I can't access website

Hi everyone,

I tried to access newsletter website for signup to it but site gives and error named clock-error. I think you would like to inspect it so I add screenshot below.

image

Add Unit tests

I write them to improve my productivity as a programmer. Making the quality assurance department happy is just a side effect. Unit tests are highly localized. Each test class works within a single package. It tests the interfaces to other packages, but beyond that it assumes the rest just works.
-- Martin F.

Please use jest and *.spec.js file name convention.

Add readme

Explain how to spin up the environment in a different AWS account + explain the deployment pipeline

Load links from different channels.

Add links to different channels on the home page that loads the messages from those channels using the /messages endpoint.

Channel id's

{
  "general": "C0MFTF0Q4",
  "siber-guvenlik": "CTKGFDWKA",
  "gaming" : "CQ01KDCTE",
  "random": "CKX5L3UTS"
}

endpoint: /messages/{channel-id}

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.