Code Monkey home page Code Monkey logo

courat's Introduction

Hi there ๐Ÿ‘‹

Here are some ideas to get you started: Submit a PR!

courat's People

Contributors

athiemohamed avatar bechir avatar dependabot[bot] avatar imgbotapp avatar mamadoualysy avatar thediaf avatar

Stargazers

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

Watchers

 avatar  avatar

courat's Issues

README instruction improvement

Command Missing ! in the installation section of the README

I tink we should add tho following command before the composer install command for more clarity

$ cd courat

Make the planning more dynamic

Our planning is static
Actually the calendar is static, that's mean when it's change we have to adapt it manually with HTML. It's not a bad idea for the first time, but we need something more flexible, so we have to add this feature !

The feature

  • Create an Entity for the panning
  • Create a module in the administration to manage it (CRUD)
  • Adapt the frontend

Implement REST API

What we have
actually the code is monolithic and we don't have an api to communicate with external applications. Especially to be ready to create a mobile version of the platform.

The feature request
Now I want us to add a layer to communicate with possible external applications
Here are some point to implement first

  • Classes CRUD
  • Courses CRUD
  • Plannings CRUD

[admin] managing users

The user details pages is almost empty.
Here are some elements to add:

  • User details (login in our case)
  • password resetting
  • Enable / Disable / Delete user
  • ...
    We will prevent to delete a user if he is the only admin

[Frontend] reduces the size of the stylesheet

Our base stylesheet have many code duplication
As described here in sonarcloud and here the code may be reduced in size. And the html template does not use all the power of bootstrap.

Use the power of bootstrap bootstrap
For example the buttons have theirs stylesheets rules like padding while bootstrap have px-*, pl-*, pr-* for horizontal paddings, py-*,pt-*, pb-* , for vertical padding, we can use them perfectly.

So, help wanted, please contribute!

Add Facebook videos

Actually we add only videos from YouTube
The new feature is to allow to add videos from Facebook

Make external numeric resources dynamic

This section of page is actually static
Screen Shot 2020-03-28 at 10 35 27 PM

I suggest us to add a model to manage this section.
So here are a few things to do:

  • Add entity with:
  • A title for the resource
  • A subtitle as shown in the figure
  • A link to the resource
  • And eventually an image (optional ?)
  • Add (in the backend) a CRUD for theses resources
  • And in base.html.twig, before the footer we render controller that fetch the resources in as below: {{ render(controller('App\\Controller\\ResourceController::getItems')) }}

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.