Skip to content

Commit

Permalink
Update 33-0-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblake21 authored Jun 9, 2024
1 parent e0ba9d1 commit 398ec81
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions docs/release-notes/33-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,52 @@ The following Lightning Layouts and Page Layouts need to be updated to expose ne

---
## Known Issues
* The QR Code generation on the Summit Event Instance no longer renders.
* The QR Code generation on the Summit Event Instance no longer renders. [#562](https://github.com/SFDO-Community/Summit-Events-App/issues/562)

---
## Functional Features, Updates and Bug Fixes

### Custom Questions can better handle default values (Resolves [#548](https://github.com/SFDO-Community/Summit-Events-App/issues/548))


### Calender can be filtered with various URL Parameters (Resolves [#554](https://github.com/SFDO-Community/Summit-Events-App/issues/554))
The Out of the Box Calendar, included as part of Summit Events, had some issues with rendering appropriately when using URL Parameters for filter. This feature was highlighted in [Release 0.29.01](https://sfdo-community-sprints.github.io/summit-events-app-documentation/docs/release-notes/0-29-0-1/#filtering-and-display-options-1). This bug has been fixed and additional filter parameters have been added to enhance the overall functionality as we've learned more users are leveraging the calendar than initial realized. In addition to "audienceList", the following filters have been added:
* rectype : filters on salesforce record type id of event records
* viewStart : The date scope of the feed start. (Year month day formatted 2024-03-22)
* viewEnd : The date scope of the feed end. (Year month day formatted 2024-03-22)
* eventId : Shows only the instances under the event umbrella of this id
* type : Filters on "Event Type" field of the Event record (single item only)
* sponsor : Filters on the "Event Sponsor" field of the Event record (can be a comma separated list)
* displayon : Filters on the "Filter Where To Display" of the Event record (can be a comma separated list)
* category : Filters on the "Filter Category" of the Event record ( can be a comma separated list)
* filter : Searches all the fields listed in options as a like statement allowing for a broader search of location information. ( can be a comma separated list)
* account : Filter events on the name of an account associated to the event on the "Account" field on the Event record.
* locationtype : Filter events on the "Location Type" field on the Event record can be overrided on an instance of the event
* building : Filter events on the "Building" field on the Event record. (can be a comma separated list)
* longdesc : this will substitute the short description with the full event detail. It may not work on the calendar view.
* audienceSelect : when set to false the dropdown of audience does not show.
* template : Allows you to pass in a name of a visualforce page template you have built for SEA on your site. the .page suffix can be removed from the visualforce page name.
Additional details will be added to the site for further clarification.
> NOTE: This feature is inclusive of events leveraging an OR statement, not an AND statement. As the URL Paramter filter is built, consider starting with the most restrive parameter. When considering bulding a calender view leveraging the URL Parameter filter, consider start with the statement "I want to inlcude events (instances) that have the following values on their Event Record..."
> * Example: " I want to include events (instances) that are for the General Public, Fundraising, OR Display on the Website"
> * URL = ...my.salesforce-sites.com/?audienceList=General%20Public&type=Fundraising&displayon=Website
> | Event | Audience | Event Type | Where to Display | Included/Not Included | Reason
> | ------- | ------- | ------- | ------- | ------- | -------|
> | Undergraduate Info Sessions | General Public | Info Sessions | Website | Included | audienceList=General%20Public & displayon=Website
> | Annual Gala | Alumni | Fundraising | Portal | Included | type=Fundraising
> | Smash Bros. Tourney | Current Students | Club Event | Portal | Not Included | No values match
> | Residence Life Info Session | Current Students | Info Sessions | Website | Included | displayon=Website

---
## Technical Features, Updates and Bug Fixes

### Cancellation Page has been c (Resolves [#545](https://github.com/SFDO-Community/Summit-Events-App/issues/545))
There were issues with the cancellation page not rendering and defaulting to the error page, particularly on past events. While it may seem as though the cancellation link isn't needed for past events, it was also noticed during times when registration was closed, but the event hasn't happened yet. In review, there were several things that needed to be fix, so the cancel registration page has been reworked to function appropriately, regardless of the instances date/time.

### Additional Header will only appear with Additional Questions (Resolves [#553](https://github.com/SFDO-Community/Summit-Events-App/issues/553))

On the primary registration page, when certain fields were displaying, the "Additional Information" heading would display on the page with nothing underneath it. In past releases, those fields were moved up in the page, leaving only the "Additional Questions" to display under the "Additional Information" header. The logic associated to displaying this header was updated (actually removed) since it should only be dependent on the Additional Information fields.

---
## [Issues Closed](https://github.com/SFDO-Community/Summit-Events-App/issues?q=is%3Aissue+is%3Aclosed)
Expand Down

0 comments on commit 398ec81

Please sign in to comment.