Giter VIP home page Giter VIP logo

website's People

Contributors

ashwani99 avatar bhatiatanish avatar blackpioter avatar divyam3897 avatar elskhn avatar fabiorosado avatar gurpreetsingh00885 avatar harryjas avatar harshitjindal avatar illseption avatar mahir-g avatar nmgsgame avatar olaoluwa-98 avatar pr0me avatar sagar-kalra avatar srijanjha avatar zorexsalvo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

Add login

I'm submitting a ... (check one with "x")

  • bug report
  • [ X] feature request
  • support request

Expected behavior:
Add login for a user

Clean code in base.html

Currently all the html code is in one file. Add the base.html with the head, footer and block body and insert the body code in block body

Add register option

I'm submitting a ... (check one with "x")

  • bug report
  • [ X] feature request
  • support request

Expected behavior:
The user should be redirected to a new page where they can register their details

Improve how navbar items are handled

The navbar currently uses separate blocks for each item in the navbar. This makes the code to handle the navbar clumsy as it is split over the templates.

{{ request.resolver_match.url_name }} in a template returns the name of the view that is rendering the template.
We already have names for all the views. So this can be used in base.html along with a few {% ifequal %} statements to set a navbar item as active.

Footer's Copyright Yr.

I'm submitting a ... (check one with "x")

  • [x ] bug report
  • feature request
  • support request

Current behavior:
Your footer says: Copyright 2017 © Programming Club,UIET. All Rights Reserved

Expected behavior:
Change '2017' to '2018'

Poking around, checking out others' web code, came across your repo.
I'm sure this issue is close to the lowest importance level ever, but thought I'd let you guys know in case you had missed it.

Problem in migration

I'm submitting a ... (check one with "x")

  • bug report
  • [ x ] feature request
  • [ x ] support request

Current behavior:

When the "Python3 manage.py migrate" command is run in the terminal, the following error shows up:
"""
File "/root/Desktop/env/lib/python3.5/site-packages/psycopg2/init.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: could not translate host name "pclubuietdb" to address: Name or service not known
"""

Expected behavior:

It should migrate the required apps and run the application.

Add deploy to heroku option in the README.md itself.

Take a look at fossasia/badgeyay README.md
They provide a badge to deploy directly to heroku.
This will make reviewing less painful as the PR author and reviewer can directly deploy any branch to their own heroku account.

Add about us

Change the background to a div for top, add an about us section below it with:
"Programming club is one of the biggest clubs of Panjab University. We aim and create a platform which allows students to gain assistance and mentorship to enhance their ability. Our aim is to propagate the enthusiasm for programming in the institute. We believe that every student should have an opportunity to learn how to code and we help them develop that passion for it."

Dockerize the website.

I'm submitting a ... (check one with "x")

  • bug report
  • [x ] feature request
  • support request

Current behavior:
Currently we need to setup the complete dev environment.

Expected behavior:
Add an alternative of docker container to make things easier.

Add events page

I'm submitting a ... (check one with "x")

  • bug report
  • [ X] feature request
  • support request

Expected behavior:
Add a events page where past and future events can be added.

Better management of staticfiles and templates

@divyam3897

I'd suggest something like a global static root, templates and staticfiles folder.
templates and staticfiles folders may have folders by the name of the app which would contain the templates or staticfiles related to the app.

See https://docs.djangoproject.com/en/1.10/howto/static-files/ and https://stackoverflow.com/questions/7192367/managing-static-files-for-multiple-apps-in-django

Would prevent issues when we need to use some staticfiles or templates globally.

Adding theme button

I'm submitting a ... (check one with "x")

  • bug report
  • feature request
  • support request

Current behavior:
Currently, website looks good, but adding a theme button will make it look awesome

Expected behavior:
It should have aq theme button to set mood for healthy eyes
Steps to reproduce:

Related code:

insert any relevant code here else remove this section

Other information:

Would you like to work on the issue?
I will like to work on this issue
Please let us know if you can work on it or the issue should be assigned to someone else.

Make navbar responsive

Make the navbar responsive -> Collapse the navbar and add a button for it in small screen sizes.

Add blog

I'm submitting a ... (check one with "x")

  • bug report
  • [ X] feature request
  • support request

Expected behavior:
Add a page for blog where any user can publish their blogs.

Add icons for PWA

At present a placeholder icon is being used. The task is to design and create a new icon to replace the placeholder.

Console error

The following error is present in both the, home and resources view:
github-issue-1

Add resources

Add cards or a better way for different domains of resources like C++, Python etc where resources for each of them will be added.

Add models

I'm submitting a ... (check one with "x")

  • bug report
  • feature request
  • support request

Add models for resources. There should be a main resource model where there is image, title of resource example C++ and image and a relation to another model which will contain all it's resources.

Update README

I'm submitting a ... (check one with "x")

  • bug report
  • feature request
  • [X ] support request

Update the README.md with instructions on setting the website with docker container, refer the Docker file and docker-compose.yml

Extra head tag

I'm submitting a ... (check one with "x")

  • [X ] bug report
  • feature request
  • support request

Remove the extra head tag.

Add loading page

Add a page which should be shown while the page is being loaded.

Correct Grammar in README

The README contains a number of mistakes mostly in grammar (spelling).
The task is to proof read it and correct those mistakes.

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.