-
Notifications
You must be signed in to change notification settings - Fork 0
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
Preparation to merge initial revision of sisbasekt
#3
base: master
Are you sure you want to change the base?
Conversation
Those were delegated to `sisbase-commands`
This project was left hanging since its original intent got superseded by `sisbase-commands` becoming its own project and systems becoming first-class citizens of `sisbase-core`.
The functionality stopped being "just a parser" ages ago.
Extensions are an abstraction that are a part of core. As such there is no need to have a section about them on the api specifications.
```kt | ||
package org.siscode.sisbasekt-backends.discord4j | ||
class Discord4JBackend() : AbstractBackend { | ||
public restBackend = Discord4JRest(); | ||
public gatewaybackend = Discord4JGateway() | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code snippet is non-descriptive and only duplicates the text above it.
|
||
## Dependencies | ||
[types](types.md) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Features
section
sisbasekt/core.md
Outdated
Systems can depend on other systems using the `@DependsOn` annotation. | ||
Systems can add "soft dependencies" using the `@Extends` annotation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Define how.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Annotations
section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check feasibility of @Extends
annotation
sisbasekt
sisbasekt
Rendered View
The project spec has achieved some maturity for the pull request to be opened for scrutiny.
All blocking problems must be solved and no new features can be added to the spec until this PR merges.
Current feature set for #3
sisbasekt.md
- Overall project descriptioncommands.md
- Command librarytypes.md
- Shared discord types libraryapi.md
- Abstracted Discord API implementationcore.md
- Extension Loader/ Runtime