Git Product home page Git Product logo

website's People

Contributors

dalexandrov avatar dependabot[bot] avatar gitter-badger avatar gochev avatar ivannov avatar kristianshishoev avatar vv-b-s avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

[Service] Create ArticleService

Crate ArticleService REST endpoint providing following backend functionalities:

  • Add new article (POST /articles)
  • Update existing article (PUT /articles). If id is null or such article does not exist, create it
  • Delete article (DELETE /articles/{id})
  • Get article by its ID (GET /articles/{id})
  • Get all articles (GET /articles). This should not return the whole Article entities, but rather part of them - their ID and their title. They should be sorted by day (descending)

Out of scope for this task:

  • Providing UI
  • Some more sophisticated functionalities like better finders and paging for example

[UI] Create admin panel

Create admin panel with section for:

  • managing CFP (call-for-paper) submissions;
  • managing articles (created from the JUG 3.0 site);
  • manages blog aggregation
  • manages users;
  • manages JUG sponsors & partners

Upgrade react and webpack ;)

Please please please :) can u upgrade the react and webpack ?

:) we have hard time using any npm module with the current react and webpack version :(

[Services] Create PageService

Make sure that the PageService REST endpoint provides following backend functionalities:

  • Add new page (POST /pages)
  • Update existing page (PUT /pages). If id is null or such page does not exist, create it
  • Delete page (DELETE /pages/{id})
  • Get page by its ID (GET /pages/{id})
  • Get all pages (GET /pages). This should not return the whole Page entities, but rather part of them - their ID and their title

Out of scope for this task:

  • Providing UI
  • Some more sophisticated functionalities like better finders and paging for example

[UI] Article editor

The idea is to create a separate menu for creation of articles in the JUG 3.0 website using a wiki editor. The resulting markup will be persisted over a web service to MySQL.

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.