Giter Club home page Giter Club logo

book_store's People

Contributors

nilemekci avatar

Stargazers

Aziz Can Güveli avatar

Watchers

Aziz Can Güveli avatar  avatar

Forkers

ameetchaudhari

book_store's Issues

BE - Genre Service CRUD

As a manager, I want to be able to perform CRUD operation of my genre endpoints, so that admins can add, update and list writers.

Acceptance Criterias:

  • Admins can be able to add new genres to the server which are associated with books.(Genre name cannot be null, blank, more than 80 characters and smaller than 3 character. )
  • Admins/Users can be able to list genres by id.
  • Admins/Users can be able to list genres by name.
  • Admins/Users can be able to list all the genres in the server.
  • Admins can be able to update a genre. (Genre name cannot be null, blank, more than 80 characters and smaller than 3 character)
  • All the validations etc. have to be done in order to say this task is DONE

BE - Writer Service CRUD

As a manager, I want to be able to perform CRUD operation of my writer endpoints, so that admins can add, update and list writers.

Acceptance Criterias:

  • Admins can be able to add new writers to the server.
  • Admins/Users can be able to list writers by id.
  • Admins/Users can be able to list all the writers in the server.
  • Admins can be able to update a writers.
  • All the validations etc. have to be done in order to say this task is DONE
  • Be careful make logical decision while determining unique writer in your system.

BE - User Service Implementation with JWT Authentication

As a manager, I want to be able secure while using my product endpoints, so that I can manage roles and user sessions with ease.

Acceptance Criterias:

  • User CRUD operations

    • Get user by ID
    • Get all users
    • Register/sign up to the system (add new user) Users have to login with email and password
    • Passwords have to be encrypted
    • Login to the system
    • Delete user (be careful not to break foreign key interactions of users)
    • User token have to expire after 30 minutes later
  • Method based role structure implementation

    • Users cannot delete anything except their evaluations
    • Admins are able to delete everything in the system
    • Whole security operations have to be performed Spring Security 3.0 JWT you are free to use any external dependencies while implementing the structure

BE - Book Service CRUD

As a manager, I want to be able to perform CRUD operation of my book services, so that admins can add, update and list books.

Acceptance Criterias

  • Admins can be able to add new books to the server.
  • Admins/Users can be able to list books by id.
  • Admins/Users can be able to list books by ISBN.
  • Admins/Users can be able to list all the books in the server.
  • Admins can be able to update a book.
  • Admins cannot be able to update ISBN of a book.
  • All the validations etc. have to be done in order to say this task is DONE

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.