Skip to content

Conference Form Autocomplete via Event URL #110

@JuanPabloDiaz

Description

@JuanPabloDiaz

Description: Implement a feature that allows users to autocomplete the conference form fields by entering the event URL.

Tasks:

  • Add an input field in the conference form for the event URL.
  • Develop a backend function that:
    • Receives the URL.
    • Extracts the event title, date, and location.
    • Returns the extracted data to autocomplete the form fields.

Technical Details:

  • Use web scraping techniques to obtain data from the conference page.
  • Handle errors for invalid URLs or extraction failures.

Example Flow:

  1. User enters the conference URL in the form.
  2. The application sends the URL to the backend.
  3. The backend extracts the title, date, and location.
  4. The frontend receives the data and autocompletes the form fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions