need advice with direction #253
-
Hi pwntester and all who are following, I would like to try to add support for discussions but I would like to ask for some advice before I get I am wondewing are these the main files that I would have to modify:
I have browsed through the code a little bit and it seems that these two are the main files, or am I wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @molleweide Thanks for your offer to work on this. From the top of my head you will need to touch the following files:
If you finally decide to implement support for it, let me know and I will try to help |
Beta Was this translation helpful? Give feedback.
Hi @molleweide Thanks for your offer to work on this.
From the top of my head you will need to touch the following files:
commands.lua
to add the new actions and commands for discussions such asocto discusstion create
->create
actionconfig.lua
andmappings.lua
for key bindingsocto-buffer.lua
will need to handle a newkind
for discussion bufferswriters.lua
to render new discussion UI elements such as the accepted responsegraphql.lua
init.lua
should also account for this new discussionkind
If you finally decide to implement support for it, let me know and I will try to help