Skip to content

Extend horoscope API for different types #47

Description

@afaryy

Current Horoscope API is for today,

For specific sign page, we need monthly and yearly and overall horoscope info, we don't need to get info from gemini api in real-time, can use the scheduled tasks.

For specific birthdate, we need daily horoscope info, currently we can get info from sign_horoscope_today scheduled task(so that not blocked by daily limits), in the future, we need to get info from gemini api in real-time based on birthdate.

Next step, we need to save personal birthdate and detailed horoscope info in database. But for this task, just extend api to support daily, weekly, monthly and yearly and overall type.

For demo, if have no time to update this, we can use fixed info in 12 sign pages and personal cosmic insights

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions