-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue tracker module #109
base: main
Are you sure you want to change the base?
Issue tracker module #109
Conversation
…required for a part named Issue.
…odules. Added a reference to the web project.
Do you need any help on this? |
@hishamco I've started outlining some definitions and things the project needs to have in the readme.md file. Feel free to add or change anything or let me know and I can add/change it. I do have a couple of questions.
|
It depends
I think we should create a content type for each. Please list to me the shared information. |
Common to both an Issue and a Project
|
While there's no notion of content type inheritance using fields and parts might suited in this case even though there are several common properties |
It thought about having a Part that has Fields for all the stuff both Issues and Projects need and then adding that Part to the Issue and Project content types. |
I usually add a part if it's fit to be reusable across content types and could add certain functionality, for now, let's make it simple Please add a check list for this module so we can make progress, and avoid conflict |
I have a checklist in the readme file or is there some other checklist I should create? |
Please add them again in the issue description, so we can keep track of this module |
I've added the checklist to the issue description. |
Should I deleted all the IssuePart files highlighted in #109 (comment) and just create content types for Issue and Project in the migration file without creating Parts for them? |
It depends, I usually use content type unless there's a set of fields that are reusable in multiple content types. IMHO let's accelerate the process and make progress in this, then we can revise and improve the module Please let me know if you need help at any stage |
I've never created a module with content types in the code before. I've only created a theme module and for the content types I created them in the UI and then exported the recipe and added that to my theme. So I'm learning how to do this as I go. |
I just found https://github.com/Lombiq/Helpful-Extensions?tab=readme-ov-file#content-definition-code-generation and I think I will try using that method to create the content types. |
You can create a content type programmatically through migration, I will share piece of code If you like to know how it's done |
Do you need any help on this? |
Will you take a look at commit 21762e9 and let me know if I'm on the right track? |
Please fix a conflict and have a look at my comments I might need to add a few commits |
Hi @DrewBrasher, please let me know what are missing on this or we can work together to make this done |
@hishamco My plan to rebuild our issue tracking system has got pushed to a lower priority because of other projects I'm working on. We are still going to need a new issue tracker at some point but I haven't had time to work on it lately. If you are interested in working on it, I would be happy to work together on it as I have time. If not, we can just cancel this pull request if you want. |
No problem, if you have some UI mockups for the final output it will be great |
For Issue #101