Git Product home page Git Product logo

oc-p6-snowtricks's Introduction

Bonjour ! Hello ! Hallo !๐Ÿ‘‹

I am Olivia.

๐Ÿ‘ฉโ€๐Ÿ’ป I am a Belgian Front-End flavored Web Developer and Photographer.

๐Ÿ”ญ Beside that, I am working on my personal portfolio at Palingenae / palingenae.be. There is also a list of my projects with my design tokens on palingenae.github.io.

oc-p6-snowtricks's People

Contributors

palingenae avatar

Watchers

 avatar  avatar

oc-p6-snowtricks's Issues

Create Entities

There should be a total of 6 Entities with these properties:

Trick

  • string $name
  • string $description
  • string $slug
  • Image $coverImage
  • Collection<Image> $image
  • Connection<Video> $video

User

  • string $firstname
  • string $lastname
  • string $username
  • string $emailAddress
  • string $password
  • Image $profilePicture
  • string $token (maybe)
  • anything from Security Bundle

Message

  • User $user
    • Include profile picture
    • Include username
  • Trick $trick
  • string $content
  • DateTime $createdAt

TrickGroup

  • string $name
  • Collection<Trick> $tricks

Images

  • string $fileName
  • string $filePath
  • string $description

Videos

  • string $name
  • string $url

Make diagrams

Diagrams help to determine what feature should be implemented. This goes as following:

Use Case

  • PUBLIC_ACCESS Afficher la liste des figures
  • PUBLIC_ACCESS Display a Trick
  • PUBLIC_ACCESS Display a conversation about a trick
  • PUBLIC_ACCESS Login page
  • PUBLIC_ACCESS Sign Up page
  • ROLE_USER Create a new Trick (Unique string $name)
  • ROLE_USER Update a Trick they published
  • ROLE_USER Post a comment
  • ROLE_USER Delete a Trick they published

Sequence Diagrams

  • Log in
  • Sign Up
  • Password reinitialization (if user forgot their password)
  • Publish a Trick
  • Update a Trick
  • Delete a Trick
  • Post a comment

Entities

  • Trick
  • User
  • Message
  • Group
  • Images
  • Videos

Bootstrap project

Creating a technical and "mobile" stack that would allow developing this project on any computer, either on Linux or Windows. This stack will be using :

  • Docker

  • Composer

  • Webpack Encore (for transpiling Sass and Bootstrap)

  • functional docker-compose

    • mysql:8.0.24
    • adminer (optional)
    • nginx:1.21.3-alpine
    • php:8.0.11-fpm-bullseye
    • node:16.10-alpine3.14
    • composer:2.1.9 via Dockerfile
    • maildev:latest
  • Back-End related tools

    • Fixtures bundle and FakerPHP
    • PHPStan
    • PHPCSFixer
  • Front-End related tools

    • Webpack Encore
    • Bulma
    • Modular Scale
    • FontAwesome
  • Makefile

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.