Files
Paradise/datum/tgui_bug_report_form.html

1 line
5.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/tgui_bug_report_form - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/tgui_bug_report_form.html#var">Var Details</a></header><main><h1>tgui_bug_report_form <aside>/<a href="datum.html">datum</a>/<a href="datum/tgui_bug_report_form.html">tgui_bug_report_form</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L7"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 7"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/approving_user">approving_user</a></th><td>client of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/awaiting_approval">awaiting_approval</a></th><td>value to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/bug_report_data">bug_report_data</a></th><td>contains all the body text for the bug report.</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/file_time">file_time</a></th><td>time the report was filed</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/handled">handled</a></th><td>Whether the report has been handled</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/initial_key">initial_key</a></th><td>ckey of the author</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/initial_user_uid">initial_user_uid</a></th><td>client of the bug report author, needed to create the ticket</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/row_index">row_index</a></th><td>Index of the report in the db</td></tr><tr><th><a href="datum/tgui_bug_report_form.html#var/selected_confirm">selected_confirm</a></th><td>for garbage collection purposes.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/approving_user"><aside class="declaration">var </aside>approving_user <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L18"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 18"></a></h3><p>client of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.</p><h3 id="var/awaiting_approval"><aside class="declaration">var </aside>awaiting_approval <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L21"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 21"></a></h3><p>value to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.</p><h3 id="var/bug_report_data"><aside class="declaration">var </aside>bug_report_data <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L9"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 9"></a></h3><p>contains all the body text for the bug report.</p><h3 id="var/file_time"><aside class="declaration">var </aside>file_time <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L27"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 27"></a></h3><p>time the report was filed</p><h3 id="var/handled"><aside class="declaration">var </aside>handled <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L33"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 33"></a></h3><p>Whether the report has been handled</p><h3 id="var/initial_key"><aside class="declaration">var </aside>initial_key <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L15"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 15"></a></h3><p>ckey of the author</p><h3 id="var/initial_user_uid"><aside class="declaration">var </aside>initial_user_uid <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 12"></a></h3><p>client of the bug report author, needed to create the ticket</p><h3 id="var/row_index"><aside class="declaration">var </aside>row_index <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L30"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 30"></a></h3><p>Index of the report in the db</p><h3 id="var/selected_confirm"><aside class="declaration">var </aside>selected_confirm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/datums/bug_report.dm#L24"><img src="git.png" width="16" height="16" title="code/datums/bug_report.dm 24"></a></h3><p>for garbage collection purposes.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>