Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tickets): properly format the text in the tickets and make the links usable #533

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

emacoricciati
Copy link
Contributor

Closes #516

@emacoricciati emacoricciati requested a review from a team as a code owner October 29, 2024 09:24
@github-actions github-actions bot added the cc-fix PR includes fix commit label Oct 29, 2024
@github-actions github-actions bot added cc-fix PR includes fix commit and removed cc-fix PR includes fix commit labels Oct 31, 2024
@github-actions github-actions bot added cc-fix PR includes fix commit and removed cc-fix PR includes fix commit labels Nov 22, 2024
@Bri74 Bri74 merged commit 9e46cfb into main Nov 25, 2024
9 checks passed
@Bri74 Bri74 deleted the hotfix/516-format-tickets branch November 25, 2024 10:50
FabrizioCostaMedich added a commit that referenced this pull request Jan 22, 2025
Co-authored-by: Fabrizio Costa Medich <134924838+FabrizioCostaMedich@users.noreply.github.com>
Bri74 added a commit that referenced this pull request Jan 28, 2025
* feat(explanation-average): created modal for averaging explanation, Ref #145

* feat(course-screen): changed the averages and explanations, Ref #145

* feat(averages-info): add the test text,add description for the masterAdmissionAverageGrade, Ref #145

* fix(course-screen): fix to average error for master

* fix(course-screen-modal): fix the layout of the bullet point,Ref #145

* fix(course-screen-modal): delete some not used export, and change the weight prop,Ref #145

* feat(services): webmail added (#481)

* feat(webmail): add the webmail button and the hooks for the authentication,Ref #473

* fix(webmail): webmail improvements

---------

Co-authored-by: FabrizioCostaMedich <fabrizio.costamedich@gmail.com>
Co-authored-by: Emanuele Coricciati <ema@MacBook-Air-di-Emanuele.local>

* fix(agenda): fix tablet agenda view (#480)

* fix(agenda): fix agenda layout on tablet

* fix(agenda): fix overlapping events

---------

Co-authored-by: Emanuele Coricciati <ema@MacBook-Air-di-Emanuele.local>

* feat(courses): add external links in course info tab (#485)

* feat(link-course): create the section external links course in CourseInfoScreen.tsx

* feat(course-screen-info): add text, and change some controls when the status is loading, Ref #301

* feat(course-info): changed the layout of the links and the text , Ref #301

* fix(courses): fix translations and link indexes

* chore: update api spec

---------

Co-authored-by: FabrizioCostaMedich <fabrizio.costamedich@gmail.com>
Co-authored-by: Emanuele Coricciati <ema@MacBook-Air-di-Emanuele.local>
Co-authored-by: Cristina Ferrian <54667563+Bri74@users.noreply.github.com>

* build: bump version v.1.6.5

* ci: upgrade pipeline, unify rubies, upgrade to react-native 0.72 (#487)

* ci: bump ios target sdk, enable macos github runners

* ci: try to break everything

* ci: try to break everything pt 2

* ci: try to unify ruby & co

* ci: move caching before npm install, bump action versions

* ci: upgrade ruby version

* ci: more ruby fixes

* ci: retry ruby fix

* ci: enforce pod install

* ci: react-native-permissions upgrade Podfile

---------

Co-authored-by: Mobile AppleDev <mobile@studenti.polito.it>

* fix(tickets): fix ticket reply sent multiple times, Ref #479 (#491)

* fix(courses): fix link indexes (#490)

* fix(ui): fix bottom modal on rotation (#489)

* fix(webmail): fix unread count as string (#488)

* fix(places): max zoom incompatible with tiles max level (#486)

* fix: upgrade mapbox version to address ios xcprivacy issue (#492)

Co-authored-by: Mobile AppleDev <mobile@studenti.polito.it>

* refactor(ui): changed accept/reject grade confirm messages

* fix(exams): new style exam screens (#500)

* fix(exams): fix style on exams screens

* fix(exams): do not show buttons when exam is not passed

* fix(exams): fix checks on canBeRejected and canBeAccepted loot boxes

* fix(exams): fix button position on ios and android

* fix(exams): fix position of button by platform

---------

Co-authored-by: Emanuele Coricciati <emanuelecoricciati@libero.it>

* fix(exams): provide a feedback when an exam cannot be booked, Ref #495 (#499)

* fix(exams): provide a feedback when an exam cannot be booked, Ref #495

* fix(exams): fix icon not bookable and places not available, Refs #495

* fix(teaching): update file name failing when already scheduled (#496)

* build: bump version

* fix(exams): sort exams by date in the TeachingScreen.tsx, Ref #504 (#505)

* fix(login): enable login even when fcm is not enabled, but display warning (#515)

fixes: #513

* fix(exams): fix exam booked count and available count (#511)

* fix(courses): make search case-insensitive (#535)

* fix(courses): prioritize sorting by date, if they are the same sort by name in increasing order (#536)

* fix(tickets): fix issues in ticket format, update regex for links (#533)

Co-authored-by: Fabrizio Costa Medich <134924838+FabrizioCostaMedich@users.noreply.github.com>

* chore: upgrade to react native 0.76 (#557)

* ci: upgrade tests

* fix: fix android build for updated react native version

* fix: migration to mapbox 0.75.3

* build: upgrade to rn 0.76

* fix: fix types

* fix: update lock files

* fix: fix places types

* fix: fix lock files and format

* fix(places): added control to check if floorId exist and set his state

* fix(places): pass current floor when press a building

* fix(places): fix invalid styles on layers

* fix(places): add map loader

* fix(places): fix camera animation and stateful menu, remove map modal

---------

Co-authored-by: QcFe <10742159+QcFe@users.noreply.github.com>
Co-authored-by: miky41195 <spider41195@gmail.com>
Co-authored-by: FabrizioCostaMedich <fabrizio.costamedich@gmail.com>
Co-authored-by: Cristina Ferrian <54667563+Bri74@users.noreply.github.com>

* fix(profile): handle null smartcard and relocate fcm token

* fix(transcript): added explanations for grades and show only one average

* feat(explanation-average): created modal for averaging explanation, Ref #145

* feat(course-screen): changed the averages and explanations, Ref #145

* feat(averages-info): add the test text,add description for the masterAdmissionAverageGrade, Ref #145

* fix(course-screen): fix to average error for master

* fix(course-screen-modal): fix the layout of the bullet point,Ref #145

* fix(course-screen-modal): delete some not used export, and change the weight prop,Ref #145

* fix(profile): handle null smartcard and relocate fcm token

* fix(transcript): added explanations for grades and show only one average

* feat(transcript): added on-time exam scores to transcript section

* fix(transcript): changed text formula average

* fix(transcript): changed some text

* fix(transcript): change laude text

* fix(transcript): change some text

* fix(transcript): change some text

* fix(exams): fix typo

* fix(exams): fix typo lowercase

---------

Co-authored-by: Emanuele Coricciati <73798800+emacoricciati@users.noreply.github.com>
Co-authored-by: Emanuele Coricciati <ema@MacBook-Air-di-Emanuele.local>
Co-authored-by: Cristina Ferrian <54667563+Bri74@users.noreply.github.com>
Co-authored-by: Cristina Ferrian <cristina.ferrian@polito.it>
Co-authored-by: Federico Cucinella <10742159+QcFe@users.noreply.github.com>
Co-authored-by: Mobile AppleDev <mobile@studenti.polito.it>
Co-authored-by: Umberto Pepato <umbopepato@users.noreply.github.com>
Co-authored-by: Emanuele Coricciati <emanuelecoricciati@libero.it>
Co-authored-by: miky41195 <spider41195@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cc-fix PR includes fix commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly format the text in the tickets and make the links usable
3 participants