-
Notifications
You must be signed in to change notification settings - Fork 43
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: Project detail page #605
Changes from all commits
d3841c9
c4e8883
f7f6a2f
14337f0
0cd0218
4d7e91d
bee976a
7301626
ac9cff2
b46d35a
91ebbc9
a3e8c54
1b2a7bd
d93341b
a00efa4
91aa3ef
f01ca86
cbc25f5
868a33c
d48d080
bbd55ec
30eab4f
4858718
3e6164e
2c119a1
147410a
005df12
dc2d045
5af30eb
0e3e559
23184e4
6670ead
44fd8fe
f822f33
f43cab2
69d8602
12870da
5ac720e
d6395b3
2fc55ba
f09ea4d
93a88bb
540e967
651ce39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why this migration file was deleted? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. two reasons:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it'd be better to have versioning in db structure that relates to the api version (some people might only need the api), that's why it is better to keep migrations |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a readme column here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what for? if for showing it in the project detail page, it will require more effort, we need to:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about we fetch the readme file from backend and we static generate the readme section in project details? no need to save it in db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's another way of doing it, thoe we will rich the Github rate-limit which is the reason why we had to switch to the cron-job, feel free to explore how we implement this in a separate task, but for now this will do 👌