Giter Club home page Giter Club logo

http_200's People

Contributors

abhayraw1 avatar aka-jain avatar ankitjain28may avatar curious72 avatar deshraj avatar dhruvhacks avatar hoatran1403 avatar insomniac12 avatar itaditya avatar mansi145 avatar pc9 avatar rishabhjain2018 avatar shivam1904 avatar shriyanka avatar singhsourabh avatar singhsterabhi avatar

Stargazers

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

Watchers

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

http_200's Issues

Export CSV option on admin

Suppose admin wants to export the data of students of a particular class or any group of students, then he can have the export csv option on the django admin panel.

user creation through django admin

Create the faculties and students from the django admin through a single page with three fields username, password and group where group will have following choices:

  1. Student
  2. Faculty
  3. HOD
  4. Management
  5. Other staff

Template for creating a new user

This involves:
a) Create backend logic for creating a new user
b) Create a template for the same

We need to have a discussion that should we use the django admin or we should create the templates by our own.

Update README.md

@Shivam1904 can you help me with this? it seems that the README is outdated and if someone wants to setup the repository on his local machine then he cannot do that.

Create script to take dump of old database

This issue involves creating a dump of the old information center and then merging the data into a single table. We need a python script that do all this task.

The old table has two different tables:

  1. Only Notices
  2. Only Downloads

But we are merging these two into a single table in the current version i.e v1.1

creating "pin it to top" option in bookmarks

Certain user might wish to keep a Bookmark at top so he has to not scroll down. So we can have this enhancment feature same as FB.. Pinning the bookmark to top. It can be for later version if not right now.

Improve the schema so that less queries execute when we create a notice

Currently, when we are creating a notice then we run the following queries:

`

Notice.objects.create(...)

for i in branch:
    for j in year:
        NoticeBranchYear.objects.create(...)    

`
I think this will make our system really slow and we should optimize this.

What I have in mind right now is adding two fields in Notice table:

  1. Branch(CharField)
  2. Year (CharField)

where both will store the Branches and Years separated by spaces like Branch = CSE IT ECE EE and Year = 1 2 3 4

@shriyanka @Shivam1904 @Curious72 @abhisheksachan need your reviews guys.

Integrate the feature of bookmarking a particular Notice

The usecase is that every user can bookmark any number of notices and we need to create a new Model for that named BookmarkedNotice that contain two fields notice_id(fk) and user_id(fk) so that later on we can show the filtered list of notices.

Improving Admin.py of every App

As discussed with @deshraj we will be creating a smooth admin interface for all app and its admin so that system administrators do not find it difficult to add new entry in the database.
This is as per current discussions we can change it or see what is required for version v.2 onwards.

Currently assigning it to my self. If any one else is interested to work on it feel free to leave a comment.

for further understanding refer Closed Pull Request #53

Adding different categories

We have two categories and permission levels , Students and Faculties.

Now, we need to add more categories namely

  1. Student
  2. Faculty
  3. HOD
  4. Management
  5. Other Staff Members

Also we need to assign permissions to these categories.

Create Notices app

Create the djangoapp named Notices for performing the CRUD operations on notices that are being uploaded.

Option to send notices to few people only

If someone is uploading the notice, then he/she should be able to set the option that whom he/she wants to send the notice. It may be specific to HODs only, Principal only or public and many more.

Write tests for profile app

Write tests for the profile app so it covers the usecases so that after we can integrate Travis CI for continuous integration. @Shivam1904 Can you look into this ?

User Edit not working properly

On /user/student/, when we try to edit the course, university_roll_no or the contact_no, then the updation is not happening properly. @Shivam1904 can you fix this as you were working on this ?

Making a common permissions.py file

Can we please make a single permissions.py file for HTTP_2OO rather than making separate individual permissions.py file in individual apps.
This would require extra work of code cleanup in individual apps but would be great.
Suggestions @deshraj @Shivam1904

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.