Giter VIP home page Giter VIP logo

ng-poc's Introduction

ng-poc

Git Flow

git workflow for this project.

Branchs

  • Master: Main branch, release branch.
  • Develop: Developpement branch (PR are merged here)

For every issue a PR must be created based on the issue, a PR template is available, branch naming must respect the following format (feat|fix|doc)/[issue-number]-[issue-title]

example: feat/1-set-up-docker-dev-env

Commit naming must follow this format (feat|fix|doc)[issue-number]:[commit-description]

example: (feat)[1]: creat docker image for php 8

ng-poc's People

Contributors

chakib-lah avatar el-abdel avatar

Watchers

 avatar

ng-poc's Issues

Advanced Search

advancer search page:

search fields:

  • title or description contains slug/keyword
  • category
  • author
  • release date

result shows in the same page bellow the search form

Top 100 best movies

page that contains list of top 100 best movies and tv-show

  • two tabs movies/tv-shows

User profil

User profil detail page contains

  • Username
  • Fist name
  • Last name
  • Email
  • Groupe
  • Avatar

With Api fetch user

image

Admin: manage roles and permissions

‼️ Admin module sould be lazy-loaded

Manage permissions by role:

  • Select box contains roles

    • default value: anonymous (role)
  • checkbox list of permissions (component available in Angular Material lib)

  • list of permissions updates whene role changed.

  • Can check or uncheck to edit permissions

Including Apis role/permissions

image

Admin: manage users

‼️ Admin module sould be lazy-loaded

Admin pages to manage users:

  • Datatable with a list of all users contains:
    • username
    • email
    • role
    • actions button:
      • delete user
      • change group/role

With backend pagination

Home page

Add home page with contents, list with pagination

  • Last release
  • Comming soon

image

Admin: manage Actors

List of all actors (in datatable) fields:

  • image
  • name
  • birth date
  • actions:
    • edit
    • view
    • delete

Set up Front App

  • Set up env
  • Install Angular cli
  • Install packages (angular material...)
  • Set up front architecture (Layered architecture as example)

Set up Api

  • Set up symfony app
  • Install and configure package: Api Platform

Set up Docker dev Env

Docker Env with following services:

  • php >= 7.4
  • apache or nginx
  • mariaDb
  • phpMyAdmin
  • (proxy for virtual hosts if needed: Treafik or NginxProxy)

Edit profil

  • Edit User infos
  • Change password
  • Update avatar with preview when image uploaded

With Api update user

image

Simple Searche

Set up simple search (form in header)

  • result shows in new page
  • result shows in table with backend pagination

Image

Movies api endroit

Using Api plateform

  • list all
  • filter by top 100
  • filter by last release
  • filter by comming soon (release date less then current date by 3 months)
  • get movie by id
  • create movie
  • update movie
  • delete movie

++ Includs related entities APIs (e.g. comments, categories, authors ...)

Admin: manage Movies

‼️ Admin module sould be lazy-loaded

Admin page to CRUD movies and tv/shows contains datatable listing all movies and tv show
Table fields:

  • Title
  • Release date
  • Category
  • Truncated description
  • Actions:
    • edit
    • view
    • delete

Movie detail page

Movie/Tv-show detail content:

-title

  • description
  • cover
  • categories
  • photos galery (modal)
  • actors (modal)
  • score
  • rate bouton (available only for authenticated users)
  • comments (available only for authenticated users)

image

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.