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

feat(ui): implement my event page #63

Merged
merged 3 commits into from
Sep 28, 2024
Merged

feat(ui): implement my event page #63

merged 3 commits into from
Sep 28, 2024

Conversation

Mairon1206
Copy link
Collaborator

@Mairon1206 Mairon1206 commented Sep 25, 2024

  • 网络请求实现轮询和不轮询两个版本
  • 通过 ipc() 推送通知

@Mairon1206 Mairon1206 added the feature New feature or request label Sep 25, 2024
@Mairon1206 Mairon1206 linked an issue Sep 25, 2024 that may be closed by this pull request
Copy link

clang-tidy review says "All clean, LGTM! 👍"

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/Infrastructure/Utils/Tools.h Show resolved Hide resolved
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/Infrastructure/Utils/Tools.h Show resolved Hide resolved
@afkdsghk211331 afkdsghk211331 marked this pull request as ready for review September 28, 2024 06:42
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

inline time_t parseIso8601Utc(const char* date) {
struct tm tt = {0};
double seconds;
if (sscanf(date,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'sscanf' used to convert a string to an integer value, but function will not report conversion errors; consider using 'strtol' instead [cert-err34-c]

    if (sscanf(date,
        ^

@Mairon1206 Mairon1206 merged commit a167ade into dev Sep 28, 2024
5 checks passed
@Mairon1206 Mairon1206 deleted the feat/ui/my_event-page branch September 28, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(ui): implement my event page
2 participants