Giter VIP home page Giter VIP logo

algeria-meetup's People

Contributors

ahsio avatar hlagrid avatar ismnoiet avatar kossa avatar mohsenuss91 avatar youknowriad avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

algeria-meetup's Issues

Choose a license

Hi folks!

If you could add a LICENSE to this project, that would be helpful. I'm putting together an awesome list for Algeria Projects and a LICENSE is one requirement. So I'll be happy to add this project once a LICENSE is chosen.

Thank you

Data validation

The website content is provided through a structured Yaml file we should validate to prevent administrators from entering invalid data.

The validation should address both the Yaml file structure (in order to make sure required keys are filled and no extra keys were added) and the data validation (in order to prevent (for example) wrong date format or wrong http urls)

AngularJS

We should use angular to address the need of iterating through nested data structures used to build the website content. A temporary fix was introduced for that but we should consider making a permanent fix using Angular.

A static XML file to store all the informations we need about our meetups

I think better is to use a static XML file to add information about the event, we'll just have to add an entry with the date, the topic, the speakers, ..etc and then it automatically updates the website.

Exemple:

<?xml version="1.0" encoding="UTF-8"?>
<meetups>
   <meetup id="1">
     <date></date>
     <location></location>
     <topic></topic>
     <presentations>
       <presentation>
         <speakers>
           <speaker>
             <fullname></fullname>
             <title></title>
             <slides></slides>
           </speaker>
         </speakers>
       </presentation>
       <presentation>
         <!-- ... -->
       </presentation>
     </presentation>
   </meetup>  
   <meetup id=2>
     <!-- ... -->
   </meetup>
</meetups>

This is just a first draft, we can make an xsd file that do fit the structure we want to store all the relevant informations we need for our meetups.

This approach will help us,

  • Avoid editing the code each time we need to update the website for a new meetup
  • Provide a structured static data content about our activities that can be converted to any other format
    and also used as a data source elsewhere.

milestones

Is there any milestones a todo list for the web site?

Change size of speakers's photos

size of speakers's photo btw 400 and 500px, so why we don't resize the images to 80px(the current size) very easy if you want to do it I can :)

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.