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
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