Giter Club home page Giter Club logo

samfundet4's Introduction

Samfundet4

Documentation

Installation

We have a script that handles all installation for you. To run the script, a Github Personal Access Token (PAT) is required. You can make one here https://github.com/settings/tokens/new. Tick scopes repo, read:org and admin:public_key), then store the token somewhere safe (Github will never show it again).

Copy these commands (press button on the right-hand side of the block) and run from the directory you would clone the project.

# Interactive
read -s -p "Github PAT token: " TOKEN ; X_INTERACTIVE=y /bin/bash -c "$(curl -fsSL https://$TOKEN@raw.githubusercontent.com/Samfundet/Samfundet4/master/{bash_utils.sh,install.sh})" && . ~/.bash_profile && cd Samfundet4; unset TOKEN; unset X_INTERACTIVE;
Non-interactive (show/hide)
# Non-interactive
read -s -p "Github PAT token: " TOKEN ; X_INTERACTIVE=n /bin/bash -c "$(curl -fsSL https://$TOKEN@raw.githubusercontent.com/Samfundet/Samfundet4/master/{bash_utils.sh,install.sh})" && . ~/.bash_profile && cd Samfundet4; unset TOKEN; unset X_INTERACTIVE;
Flags explained (show/hide)
  • X_INTERACTIVE (y/n): determines how many prompts you receive before performing an action.
    curl:
  • -f: fail fast
  • -s: silent, no progress-meter
  • -S: show error on fail
  • -L: follow redirect



samfundet4's People

Contributors

amaliejvik avatar atrueyety avatar dependabot[bot] avatar eiriksho avatar emilte avatar evgiz avatar frenje123 avatar hei98 avatar johanned avatar johannegg avatar kaholaz avatar kevinkristiansen avatar magsyg avatar marionlys avatar mathias-a avatar robines avatar simensee avatar sindrelothe avatar snorre98 avatar snorrekr avatar tiniusp avatar tiniuspre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

Forkers

kaholaz

samfundet4's Issues

Create front page skeleton

The front page skeleton should define the main "layout" but rely mostly on reusable components

Should include things like:

  • Navbar
  • Front image
  • Events
  • Open hours
  • Footer

Since these components are not implemented yet, we can use temporary "skeletons" meanwhile, the main goal is to have some kind of landing page template that we can expand and improve on in the future.

The design does not need to be identical to the current one, but we should use some time to discuss design and general UX later.

Checkbox

Create reusable checkbox component

Add favicon

Fix favicon, logo, manifest and other needed files.

Discuss image formats with Layout

The current event images use a very wide layout that is (as far as I know) different from every other format used in other settings.

We don't really need to use this type of format. A more square format is appropriate for the front-page for instance.

We should discuss this with layout to minimize the extra work necessary from their end while maximizing our options in the front-end.

Create event component for front-page

Event component for front page.

Something like this:

Screenshot 2022-10-06 at 21 00 27

  • Should accept an "event" object (not implemented yet, use dummy data).
  • Needs to support image, title, short description, time etc.
  • Would also be nice to have different sizes/options but this is secondary
  • Look can be different from the old one - go wild!

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.