-
Notifications
You must be signed in to change notification settings - Fork 10
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
Group 1: Convert functions in tripal.module file #17
Comments
Since this can be a bit overwhelming, I've broken it down into sub-issues with specific documentation:
Items not broken into issues... if you feel these need their own issue, feel free to create one and tag it with "group 1". Otherwise, feel free to comment in this thread.
|
Heya @laceysanderson , I can give it a shot on this. (Though incase any queries will ping ya) Cheers. |
We're happy to have you 😃 Just checking in: how are things going? Any questions? |
@laceysanderson Can i get some more info what needs to be achieved in this issue so that can start it , as it seems kinda Giant rock. And all functions need to be catered under one PR or in chunks ? . |
In comment #17 (comment) I split out a bit of the work into other issues so you don't need to worry about those functions. Instead, for this issue you should focus on the following:
As far as how you arrange it, that is completely up to you! Personally, I would start with confirming whether |
Thanks alot for such detailed explaination, and as far as i understood our main concern is upper 4 functions in your above comment. Also could you please guide me that from i have to confirm (any link to docs or something) and directory path where these functions need to omitted or any other operation required. Cheers |
Exactly :-)
All the functions should all be in https://github.com/tripal/t4d8/blob/9.x-4.x/tripal/tripal.module (although I see the autocomplete is missing 🤷♀️ ) This task requires digging through the new Drupal 8/9 documentation to see if they are still needed. This was the function that they accomplished in Drupal 7:
|
Ah, now I am getting somethings in my head... and it needs a high level of concentration to check these out. So what's your opinion, if we can do it together and you can guide me on slack/another mode. Cheers |
Feel free to ask me questions either here or on slack :-) The easiest one to track down is likely hook_coder_ignore() so I would start there. |
Okay cool, will see if i got some guts to nail this down |
Not Needed: Remaining: Since there is only a single thing left and it has it's own issue, I'm closing this. |
This was started and almost completed by @shawnawsu. The intent is to convert all functions in the tripal 3 tripal.module file to Drupal 8.
Here is the list of functions from Tripal 3:
The text was updated successfully, but these errors were encountered: