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

[CAT-48] 로컬 푸시 기능 대응 #12

Merged
merged 4 commits into from
Jul 26, 2024
Merged

[CAT-48] 로컬 푸시 기능 대응 #12

merged 4 commits into from
Jul 26, 2024

Conversation

devMinseok
Copy link
Member

@devMinseok devMinseok commented Jul 24, 2024

무엇에 관한 PR 인가요? 🙋

  • PushService에 로컬 푸시 등록 기능 추가

어떤 것을 작업하셨나요? 🛠

  • 로컬 푸시 등록 기능 추가
  • PushService 모듈 데모앱 추가
  • Tuist Scaffold 개선
    • 파일 헤더 추가
    • Example, Tests 개선

@devMinseok devMinseok self-assigned this Jul 24, 2024
Copy link

linear bot commented Jul 24, 2024

@devMinseok
Copy link
Member Author

devMinseok commented Jul 24, 2024

데모앱 구현 완료...

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-24.at.23.39.10.mp4

let layerAttribute: Template.Attribute = .required("layer")
let nameAttribute: Template.Attribute = .required("name")
let platformAttribute: Template.Attribute = .optional("platform", default: "ios")
let nowDateAttribute: Template.Attribute = .optional("nowDate", default: .string(getNowDateString()))
Copy link
Collaborator

Choose a reason for hiding this comment

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

요 파일에선 멀 수정한건가욥 ? ?

Copy link
Member Author

Choose a reason for hiding this comment

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

아하 요건 바로 stencil 파일에서 {{ nowDate }}와 같이 사용하면 현재 날짜를 가져올 수 있도록 한겁니당
모듈 한번 생성해보면 현재 날짜를 기반으로 파일 헤더가 생성될꺼야!

Copy link
Member Author

@devMinseok devMinseok Jul 24, 2024

Choose a reason for hiding this comment

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

Screenshot 2024-07-25 at 12 50 34 AM 여기에서 "월/일/년"을 만들려고 한거쥬

Copy link
Collaborator

Choose a reason for hiding this comment

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

아하 .

@devMinseok devMinseok added the enhancement New feature or request label Jul 25, 2024
@devMinseok devMinseok merged commit 62b78f5 into develop Jul 26, 2024
1 check passed
@devMinseok devMinseok deleted the feature/CAT-48 branch July 26, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants