๐Ÿ‡ฎ๐Ÿ‡ณIndia @anushrikumari

Account created on 15 June 2020, over 4 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Agenda of meetup

14:30 - 14:45 - Introduction
14:45 - 16:00 - Technical Sessions
16:00 - 16:15 - Networking Break / High Tea
16:15 - 17:00 - Local Community Discussion.
17:00 - 17:30 - Something fun

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

I represented the Delhi community in the panel discussion.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Updated description that defines the module functionality. I would like some suggestions about the info that we should add/keep or omit from below -

  • Users can specify a start date and an end date for the content, defining the duration of the event or period.
  • With the date range field, users can easily search and filter content based on specific date criteria.
  • Field options
    • Date and Time: Stores date and time component.(E.g Thu, 11/02/2023 - 09:00 - Thu, 11/16/2023 - 17:00)
    • Date - Stores date only and time is set 12:00 hrs as default. (E.g Thu, 11/02/2023 - 12:00 - Thu, 11/16/2023 - 12:00)
    • All Day - Stores date and time, starting with 00:00 hrs of start date and 23:59 hrs of end date (Thu, 11/02/2023 - 00:00 - Thu, 11/16/2023 - 23:59)
  • Basic validation that date range provides
    • If the one date has value then other date cannot be NULL.
    • The end date is always greater than start date.
๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Added the description similar to the date field. Also updated the category to "date_time". Attached screenshot for the description.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

anushrikumari โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

The browser handles the interpretation of every link present in Gmail.The data-saferedirecturl label is automatically appended.
The link displayed on href in your browser appears to lead to one destination but redirects to a URL originating from Google, such as https://www.google.com/url?q= .By doing this, confidential information remains inaccessible to any external parties.

So I think this is working as designed.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

I've wrapped the category into @Translation. The description is already added for the field, see screenshot so do we have to add it anywhere else?
The description for the category is already updated at https://www.drupal.org/project/drupal/issues/3372097 ๐Ÿ“Œ Consider replacing hook_field_type_category_info with YML based plugin discovery Fixed

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Created MR to address point 1.

Added screenshot for review.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

anushrikumari โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

The issue I found during debugging, when a new identifier label is provided then rather than updating the key value of the old filter identifier it adds a new key with a type string.

 $input = [
  "date" => "All"
  "submit" => "Apply"
  "form_build_id" => "form-A3NiCslN2CyU2rJ0l_kFpajDkqmxnrFLlpQ58pZ3z8o"
  "form_id" => "views_exposed_form"
  "" => "Apply"
  "field_date_value" => [
    "value" => null
  ]
]

It should look like

 $input = [
  "submit" => "Apply"
  "form_build_id" => "form-A3NiCslN2CyU2rJ0l_kFpajDkqmxnrFLlpQ58pZ3z8o"
  "form_id" => "views_exposed_form"
  "" => "Apply"
  "date" => [
    "value" => "All"
  ]
]

If we fix this then we will not require adding additional checks for fetching the filter value, otherwise, validation added in #22 solves the error.

P.S. Please ignore the MR for 3336312-23.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Hi
I volunteered to cover the photos and videos.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Hi

I volunteered to cover the photos and videos.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

@andy-blum, Guiu Rocafort Ferrer and I worked during DrupalCon Lille Contribution Day on this and created a custom module for testing if the patch fixes the issue as the workbench moderation module is not compatible with 11.x yet, the buttons are there but we are not sure if we are missing any class as it is not working as per the design in Figma. If this module works then we can move this to test in Claro.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

We, the mentoring team, are triaging issues for first-time contributors at DrupalCon Lille and I think this is a good issue for the contribution day.
We are reserving this issue so please don't work on this issue if you are not at DrupalCon Lille. You can continue the work when the event is over.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Removing the Novice tag as this issue has been to various contribution events, so keeping this in Novice won't be helpful.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anushrikumari

Anushri Kumari
Helped with the website of DCP 2023

Production build 0.71.5 2024