Skip to content
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

Show packet status such as defunct and in research #24

Closed
carlbennett opened this issue Apr 15, 2016 · 3 comments
Closed

Show packet status such as defunct and in research #24

carlbennett opened this issue Apr 15, 2016 · 3 comments

Comments

@carlbennett
Copy link
Member

carlbennett commented Apr 15, 2016

The packet index does not show the current status of each packet.

The Redux version of BNETDocs has this information, however.

@carlbennett
Copy link
Member Author

This might be implemented with a tagging system such as in issue #68.

@carlbennett
Copy link
Member Author

Redux Status Codes

0 - Raw, New Packet
1 - Empty String (Normal Packet)
2 - More Research Needed
3 - Defunct

As of 6671171...55180b1, Phoenix Status Codes

  const OPTION_MARKDOWN   = 0x00000001;
  const OPTION_PUBLISHED  = 0x00000002;
  const OPTION_DEPRECATED = 0x00000004;
  const OPTION_RESEARCH   = 0x00000008;

@carlbennett
Copy link
Member Author

Implemented with the following commits:

9c4ff48 Show deprecated, research, draft in packet index
13128d5 Show deprecated, research, draft in packet view
e010ad8 Add additional options to packet editor
b0783f9 Add packet status migrate script
55180b1 Add setInResearch, setDeprecated to Packet class
dae890f Add deprecated and research flags to Packet class

@carlbennett carlbennett self-assigned this Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant