Code Monkey home page Code Monkey logo

event-board-api's People

Contributors

dashcraft avatar jtorreggiani avatar lokimetasmith avatar mjtribble avatar reshamas avatar symeneses avatar victoriaklo avatar yolineb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

event-board-api's Issues

Community groups: connect with some groups to add their data to the events board

  • AI Camp
  • NY R Meetup
  • WIA
Hello,
Data Umbrella is building a community Events Board. The app is still in Beta, and it does get a decent amount of traffic.

To share events (conferences, meetups, webinars), they can be submitted here. 
https://events.dataumbrella.org/

Please let us know if you encounter any technical issues.

Add pagination with Django for viewing events

Audit: https://docs.google.com/spreadsheets/d/1mfn1s6-ncwnaIYpDfD0OH1md6Ni2YB38N_qeyBZQwR8/edit#gid=0
Figma: https://www.figma.com/file/rs7dsdmKlxdfuQ0wobp5B2/Data-Umbrella?node-id=1457%3A4323

Linked to: data-umbrella/event-board-web#144

Resources: https://www.django-rest-framework.org/api-guide/filtering/#searchfilter

  • Missing pagination needs to be implemented with Django, and needs to have specific numbers of events shown on each page for grid, list, and map view

Weekly Digest Api Endpoints

Details

We need to create a subscription and unsubscribe endpoint for the weekly digest.
The UI will be in react via the event board web repository.
The backend is in Django.

Nice to haves

Ideally, tests should be included for subscribe and unsubscribe.

psycopg2 error in M1

Running the project in an M1 is not working because of this error:

psycopg2.OperationalError: SCRAM authentication requires libpq version 10 or above

Add opt out link to weekly digest email

The weekly digest email needs to have an unsubscribe link
Figma Design

weekly_digest/templates/emails/weekly_digest_events.html

Opt out of the weekly digest subscription by setting WeeklyDigestSubscription.subscribed = False

Weekly Digest Email

Details

Every week on Monday Morning around 4am PST, we need to send a weekly digest email to those whom have subscribed to it.
The email and cron job need to be created with this ticket.
Figma Email Link
The email needs to have an unsubscribe link, that uses the endpoint from issue #59
The weekly digest needs to include the upcoming events for the week.
If there are no events in the next week, we can expand the query to the next month and send that instead.

Additional Context

The email can be drastically reduced if necessary, much more spartan than the design. There are numerous issues with email services and providers, creating a consistent email across providers is very difficult, usually i'd recommend a 3rd party service (send grid templates for instance) for this kind of work.

An example query for selecting the events for the digest for a given month:

Events.objects.filter(date__year='2022', date__month='01')

Events.objects.filter(date__range=["2011-01-01", "2011-01-31"])

Implement Twitter Event Posts

This task is to be completed after this issue is complete.

Install the tweepy package and configure the project to send tweets https://docs.tweepy.org/en/stable/getting_started.html.

@reshamas, we will need to coordinate on sharing the developer API access tokens. This tutorial shows where you can grab the required tokens in Twitter. https://www.mattcrampton.com/blog/step_by_step_tutorial_to_post_to_twitter_using_python. We can add them as encrypted environmental variables in Digital Ocean.

Profile Page API endpoints

  • Ensure current data model includes relevant fields (user name and email)
  • Add endpoint to urls.py
  • Add class to views.py
  • write test for API

database: add field for scholarships

@jtorreggiani @iliadeleon
This information to collect. We can include in Phase 1 or a later phase if that is better.
It would be nice to collect information on whether there are scholarships to cover cost of attending the conference.

Grants

Diversity Scholarships
Financial Scholarships
Inclusivity Grant
 
cc: @symeneses
 

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.