Coder Social home page Coder Social logo

waterkip / act Goto Github PK

View Code? Open in Web Editor NEW

This project forked from book/act

1.0 1.0 0.0 2.63 MB

A Conference Toolkit (Git conversion of the Subversion repository)

Home Page: http://act.mongueurs.net/

License: Other

Perl 97.85% CSS 0.38% HTML 0.47% JavaScript 0.55% Shell 0.36% Dockerfile 0.08% TSQL 0.31%

act's People

Contributors

acme avatar afranke avatar annbarcomb avatar arjenl avatar barbie avatar book avatar dakkar avatar dolmen avatar domm avatar dotandimet avatar dwright avatar haarg avatar haraldjoerg avatar hoelzro avatar ichesnokov avatar ilmari avatar maddingue avatar miyagawa avatar odyniec avatar olekvi avatar racke avatar reneeb avatar waterkip avatar zrusilla avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

act's Issues

Password checking maybe broken

I've changed the logic a bit, but it might be broken for older users who haven't changed their password in a decade or so (or whenever they went from MD5 to BCRYPT).

Make testsuite work

This is kind of a stupid requirement, I know, but very much needed.

This seems to be more work.

  • There are some tests that test the setup of your current installation and not the code itself. This needs to go IMO. The code needs to work as expected. The testsuite shouldn't validate that you have a working installation, this should be done in the code by die-ing early and validating the configuration on startup.

  • There are some tests that check all the dependencies, this can be automated via dzil for example to generate a Makefile.PL and a cpanfile

  • The tests use t/Util.pm, move to t/lib and use Test::Lib for those instances

  • Maybe create t/lib/Act.pm and put some sane defaults in there (use Test::More or Most) and be done, reduces boilerplating in .t files

Where to store photo's

Act now stores photo's somewhere in the $Config->root folder based on
die dir_photo variable found in the configuration. This allows pictures to be stored on "normal" machines, but with Docker one would put these either Swift, S3 or on a volume in order to be able to keep the data after a container restart.

Move logic to allow for absolute paths?

Change directory layout for conferences

Right now the conferences (https://github.com/Act-Conferences) have a pretty standard directory layout. Within Act itself these directories are split into other bits and pieces

$ tree -d nlpw2018
nlpw2018
├── actdocs
│   ├── conf
│   ├── static
│   │   └── tutorials
│   └── templates
│       ├── core
│       │   ├── bank
│       │   └── user
│       ├── custom
│       ├── menus
│       ├── payment
│       ├── texts
│       ├── tutorials
│       └── user
└── wwwdocs
├── css
└── img

Act (afaik) splits this up to:

actdocs => $ACT_HOME/actdocs/nlpw2018/
wwwdocs => $ACT_HOME/wwwdocs/nlpw2018

This is kinda bothersome in Docker, since you don't want to mount two folders for each conference (or, I wouldn't at least).

Create seperate database for the wiki

We can run one DB server on a docker instance. But the loading becomes a bit annoying due to the environment variable of the database in docker.

We can work around it by scripting it, but it would still require us to do some scripting based on configuration files found elsewhere...

What do the Act guys do in the real world? I think we should opt for multiple databases instances, but feel uncertain about it. What to do?

Publish image to a registry

Should allow for even quicker things for Act conference people. Docker pull, mount files and test your thing.

Automate Makefile.PL / cpanfile creation

These files should be automaticly generated. It kind of prevents me from rebasing the branch because of the many changes during development where I just want things to well... not interfere with the actual code I'm rebasing.

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.