Git Product home page Git Product logo

eventlisting's People

Contributors

addy-1406 avatar adittya-gupta avatar infinity1729 avatar jatin00000 avatar jerrygood24 avatar kruthikesh avatar pranavjainjs avatar

Stargazers

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

Watchers

 avatar  avatar

eventlisting's Issues

[Enhancement] Frontend: display venue from the fetched API

Description
As you can see in Image 2 that in API call, venue is being passed into the API, but as shown in image 1 it is currently not displayed.
Expected result is to display as Venue:{fetched venue}.

Currently api is fetched in frontend/src/components/ClubList.jsx. and the response object is stored in Elist.

Screenshot
Image 1
image

Image 2
image

[Enhancement] Backend: including start, end time along with start, end date

Description
As shown in below image, api currently returns start_date and start_time. This is because of DateField assigned to the object. Desired result is to return both date and time. (You would have to add time in input field).

Screenshot
image

Important Note:
We expect you to create a new branch for solving this issue names as eventTime.
The command to create and access new branch is git checkout -b eventTime

[Bug] Frontend: Left panel not covering the page

Description
When number of events exceed the page, left section gets scrolled up and eventually it ends up with white empty space.

Screenshot
image

Expected Behaviour
On scrolling the window, left section should stick to its current position without getting scrolled up.

[Enhancement] Frontend: display image associated with event (if uploaded)

Description
Currently default image is being displayed (as shown below- Image 1). The API returns location of image which needs to be displayed (Image 2). You are required to display the given image. Note: since Image option for events is optional, if no image is recieved in the responses, default image is needed to be displayed.

Screenshots
Image 1
image

Image 2
image

Useful
Currently events_api is fetched in frontend/src/components/ClubList.jsx. and the response object is stored in Elist.

Adding Unit Test for React Project

Can I work on this Project?
I can add unit test scripts using jest in this Project.
Please allow me to continue with the same.
About Unit Testing :
Unit Testing is used to check whether the Input fields are working correctly without interaction of any Human.
Here I write a unit tests using Jest which is auto-installed which creating react app.

So I will write a test for each component and the good thing is the code is used for testing only while deploying app it doesn't effect the perfornce but it is useful to test our react app without human intraction.

Hoping to hear from you soon !!

[Enhacement] Frontend: display hosts name by fetching api

Description
Currently host/club names associated with listed events are displayed. This was because host names were fetched from events_api.
You are required to fetch responses from hosts_api and display the names according to that.

important links
http://127.0.0.1:8000/api/hosts_api/

[Enhancement] Backend: automatically detect event status

Description
Currently we are sending a status field in the API where admin has to manually update the status.
This issue aims to automate this by getting current dat and then pass wether it is ongoing, upcoming, or ended.

Screenshots
API call
image

Present code (backend/events/models.py)
image

Important Note:
We expect you to create a new branch for solving this issue names as eventStatus.
The command to create and access new branch is git checkout -b eventStatus

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.