Coder Social home page Coder Social logo

pehapkari.cz's Introduction

Pehapkari Ecosystem Tools

CertificateGenerator

How to use?

  • Open Google Sheets, where:

    • 1st column = name of the lecture
    • 2nd column = date
    • 3rd column = name of the user

    Certificates Table

  • File -> Download As -> CSV

  • Run

    bin/generate-certificate path-to-downloaded-file.csv
  • All certificates will be generated to /output directory

Thanks

Original by awesome Tomáš Pilař, thanks a lot!

pehapkari.cz's People

Contributors

chemix avatar dependabot[bot] avatar jakubenglicky avatar janmikes avatar vaclavpavek avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pehapkari.cz's Issues

Provide minimum database data required (fixtures)

Hi!

Please provide a SQL file or let's implement fixtures. This error happens when installing the app with an empty database.

In the documentation, there is a 2. Database setup info, but I don't know where to get that MySQL dump _-).

screenshot 2019-01-04 22 00 16

ShouldNotHappenException + weird blog posts routing

These links will get routed to same article, how? Shouldn't the url be unique?

Other thing is this url https://pehapkari.cz/blog/2018/03/28/domain-driven-design-services-factories%27 causes ShouldNotHappenException:

/src/Controller/BlogController.php in Pehapkari\Controller\BlogController::post at line 54

Should it throw HttpNotFound exception instead?

Add automatization PassConfig for image type

Follow up to #29

For grids

- { property: 'image', type: 'image', base_path: '%image_uploads%' }

For forms

- { property: 'imageFile', type: 'file' }

parameters:
    training_grid_fields:
        - 'name'
        - { property: 'image', type: 'image', base_path: '%image_uploads%' }
        - 'perex'
        - 'description'
        - 'capacity'
        - 'price'
        - 'place'
        - 'trainer'

[place] add parking tips

"parkování před budovou bohužel není možné, hosté budou muset zaparkovat někde poblíž – v okolních ulicích (např. U Vody nebo Jankovcova, 250-500m chůze od budovy) či na hlídaných parkovištích cca 800m chůze od budovy (https://www.google.com/maps/place/Parking/@50.1083464,14.4418636,18.24z/data=!4m5!3m4!1s0x470b94b568f8602b:0xee1c935d971c7b45!8m2!3d50.1082527!4d14.4423303 nebo https://www.google.com/maps/place/P%2BR+Hole%C5%A1ovice/@50.1088325,14.441015,18.24z/data=!4m5!3m4!1s0x470b94caa6ae1b9b:0xcfc14e74ebc3b4c5!8m2!3d50.1089201!4d14.4411716).

Pokud bude před budovou volné místo pro návštěvy, může ho využít lektor, ale garantovat nebo rezervovat ho nemůžeme, děkuji za pochopení."

Check Gitlab's webhook

@TomasVotruba please be so nice and check webhooks.

I am not sure if I did not break anything by moving around and renaming project/organization on Gitlab.

The project id is 10224407

I open this because I just pushed and it did not trigger the build on Gitlab - please check if there is 200 response and the webhook is active.

Thank you very much (this is only a panic alert and maybe there is nothing wrong 😄 )!

404 for prism.js

screenshot 2019-01-09 03 42 32

In PHP logs:

WARNING: [pool www] child 29 said into stderr: "2019-01-09T02:41:50+00:00 [error] Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/prism/prism.js" (from "https://phpskoleni.cz/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 139"

Caused by <script src="/assets/prism/prism.js"></script> in footer.html.twig can we remove this line? Or shall we put prism into assets? 😉

Add Sylius reference

Hey,

well, to be honest I was really suprised by the professionalism of the training. I didn't expect that we will cover as many things as we did. Łukasz is a great person and a great teacher. I would join a lot more of his trainings without a question.

Also, the place was nice. I've had everything I've needed (including water and lemonade, thanks for that!).

Sorry for being late with the response, I was enjoing my short vacations.

Have a nice day,

Michał.

Check composer dev dependencies, if they are not needed in production

Hi, i am a bit worried about these dependencies, we might need them in production as well - fix would be to move them from require-dev to require i will make quick check:

{
        "symfony/validator": "4.3.*", // Do we need it in prod?
        "symfony/web-profiler-bundle": "^4.3", // This is used with secret debug cookie
        "doctrine/annotations": "^1.6", // Do we need it in prod?
        "doctrine/cache": "^1.8", // Do we need it in prod?
        "latte/latte": "^2.5", // Do we need it in prod? Or is it only for tests?
        "nette/application": "^3.0", // Do we need it in prod? Or is it only for tests?
        "nette/forms": "^3.0", // Do we need it in prod? Or is it only for tests?
        "nette/security": "^3.0", // Do we not need it? Or is it only for tests?
        "symfony/console": "^4.3", // 100% sure we need this :-) 
        "symfony/expression-language": "^4.3", // Do we need this in prod?
        "symfony/intl": "^4.3" // Do we need this in prod?
}

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.