Git Product home page Git Product logo

core-dumped-website's Introduction

Core Dumped Website

New website for the Core Dumped Association, we aim to modernize and streamline the functionalities of the previous website.

Table of Contents

About

The new website will allow users to be informed of new projects and events organized by the association, it will be the main access point for contacting the association. The website will host the Core Dumped library. All projects and events will be added into the website. Users will be able to search and filter through this data.

Installation

Clone this repository and run

npm install

Usage

To run in dev mode

npm run dev

To build and start in prod mode:

npm run build
npm run preview

How to Dockerize

First, create a new .env inside /app, following the example in .env.example. Then modify the Dockerfile ENV ORIGIN to the domain from which the page will be accessed(This solves the node-adapter cross-site POST actions restriction in svelte).

Then run, replacing imageName and port

docker build -t <imageName> .
docker run -p <port>:3000 <imageName>

Contributing

We welcome contributions from the community! If you want to contribute to Core Dumped Website, please follow the guidelines in the CONTRIBUTING.md file.

License

This project is released under the Apache 2.0 license

Authors and Contributors

Check out the AUTHORS.md file to see a list of all the wonderful people who have contributed to this project.

Code of Conduct

We expect all contributors to follow our Code of Conduct to maintain a respectful and inclusive environment for everyone.

Changelog

For a detailed list of changes and versions, check the CHANGELOG.md file.

core-dumped-website's People

Contributors

rowiz49 avatar dependabot[bot] avatar kalisaria avatar

Forkers

kalisaria

core-dumped-website's Issues

UX apartado "sobre nosotros"

De cara a UX/UI me gustaría sugerir que se centre el párrafo descriptivo y dejar un buen margen porque hay poca información (aplicado también a los títulos). Centraría quizá también los títulos y cambiaría "Directiva" por "Junta Directiva".

Change card page button

The button should be inactive when the project/event is completed or canceled.
The button should change the cursor when hovered.

Add filters to the URL of the projects and events pages.

When selecting a filter in the project or event pages the URL should be also changed, when accesing with a URL that contains filter values, the filters should be set and applied.

For example:

coredumped.es/proyectos?category=web&search=nevera

Should set the category to "web" and the search bar to "nevera".

Connect news page to API

The main page will show the latest 20 elements in descending date order from the combined events and projects lists.

Add button to card pages

Add 2 new atributes in the creation of a card, clickable_link: String, clickable_link_text: String. If present, create a button that redirects to the link when clicked.

Add admin login and modification capability

When /admin is requested, redirect to a login page, save login JWT and authentication cookie.
Create 2 new pages for modification and posting of Cards and PeopleCards (Only modification possible for PeopleCards).

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.