Giter Site home page Giter Site logo

administration-panel's Introduction

Welcome to GitHub Pages

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

administration-panel's People

Contributors

dependabot[bot] avatar korsmed avatar l-heimann avatar lukascorona avatar mobun avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

administration-panel's Issues

Workshop suggestion form

A user should be able to suggest a workshop for a conference.
The form should only be accessible for registered users.

Attendance lists for Workshops

An administrator should be able to maintain a attendance list for workshops.
Possible ways:

  • List only downloadable as csv (easiest way)
  • Maintain List online:
    • new userType for maintaining attandence lists
    • interface to select and edit maintainer
    • interface for viewing all attendence lists and edit them
    • possible extension: QR-Code scanning

User Workshop Overview

The User needs a card to see, which Workshops he applied for
The Userneeds an overview of the Workshops for which he was accepted

ConferenceId is null when redirecting after login

If a user comes to the site via a direct link e.g. /workshop, then the ConferenceID is loaded too slowly, so that the workshop application page starts an ApiFetch with conferenceID null. This leads to a bad request which results in a never ending loading.

As a quick fix in #52 i changed the apiFetch from 'conference_id': conferenceId to 'conference_id': conferenceId || 2

Creating user feedback

Creating a user should give feedback like navigating back to login and giving a message

Protect Application with Password

  1. Set Password as Administrator
  2. After login enter Password when clicking on Anmeldung
  3. Send Password and council Id to api and get response
  4. fill out Priority automaticly (and disable input)

Validate Input on Account Creation

Work ToDo:

  • Input must not be empty (#27)
  • user is informed about incorrect registration (#27)
  • user gets specific error messages (e-mail already used)
  • every text input is validated (email, location, street, etc.)

Enable option to select previous conferences

A user should be able to change the currently viewed conference, so that he can inspect workshops he attended on previous conferences.
Also administrators of previous conferences should be able to download / inspect data of their conferences in case of an audit by the BMBF or to put the information into the Wiki

Add a ReadMe for Contributors

  • Installation
  • Deployment
  • Project / Directory structure
  • Used Packages with short documentation (Redux, Reduxsauce)
  • TODOs
  • How to contribute
  • Admin permissions
  • ...

fix redirect after login

After a successfull login, you get always redirected to the landing page instead of the desired path

Progressive WebApp

App should be a progressive web app

  • store login
  • push notifications
  • offline first messages: "Du bist jetzt offline"

Administrator can create and edit the timetable of the conference

An administrator should be able to create a timetable, which should be stored inside conference.AddFields (which is a json string) e.g.:

{
 "somestuff": "foo",
 "timetable": [
   { "type": "plenum", "start": "2100-12-31T23:59", "duration": 120, "description": "some stuff here"},
    ...
 ]

Possible Types could be:

  • Plenum
  • Party / other stuff based on Abendpauschale
  • Break
  • Lunch

Administrator can create news

Create an interface for administrator to create and edit news.
Possible fields:

  • Title
  • Teaser
  • Text
  • isImportant
  • PublishDate
  • EndDate

Text should be entered with an WYSIWYG editor like this.

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.