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

style: design ForumCore #641

Open
baseplate-admin opened this issue Aug 27, 2023 · 5 comments
Open

style: design ForumCore #641

baseplate-admin opened this issue Aug 27, 2023 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@baseplate-admin
Copy link
Collaborator

baseplate-admin commented Aug 27, 2023

Inspirations

@baseplate-admin baseplate-admin added the question Further information is requested label Aug 27, 2023
@baseplate-admin baseplate-admin self-assigned this Aug 27, 2023
@moonlitgrace
Copy link
Owner

Do we need to think about ForumCore now? without completing AnimeCore?
Anyways I like this design: https://forums.mihoyo.com/

@baseplate-admin
Copy link
Collaborator Author

without completing AnimeCore?

We are 90% done

Anyways I like this design: https://forums.mihoyo.com/

Yes same here

@baseplate-admin
Copy link
Collaborator Author

{
  "exception": "org.springframework.web.bind.MissingServletRequestParameterException",
  "data": [
    {
      "className": "org.springframework.web.method.annotation.RequestParamMethodArgumentResolver",
      "fileName": "RequestParamMethodArgumentResolver.java",
      "lineNumber": 204,
      "methodName": "handleMissingValue",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver",
      "fileName": "AbstractNamedValueMethodArgumentResolver.java",
      "lineNumber": 114,
      "methodName": "resolveArgument",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.method.support.HandlerMethodArgumentResolverComposite",
      "fileName": "HandlerMethodArgumentResolverComposite.java",
      "lineNumber": 121,
      "methodName": "resolveArgument",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.method.support.InvocableHandlerMethod",
      "fileName": "InvocableHandlerMethod.java",
      "lineNumber": 167,
      "methodName": "getMethodArgumentValues",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.method.support.InvocableHandlerMethod",
      "fileName": "InvocableHandlerMethod.java",
      "lineNumber": 134,
      "methodName": "invokeForRequest",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod",
      "fileName": "ServletInvocableHandlerMethod.java",
      "lineNumber": 105,
      "methodName": "invokeAndHandle",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter",
      "fileName": "RequestMappingHandlerAdapter.java",
      "lineNumber": 878,
      "methodName": "invokeHandlerMethod",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter",
      "fileName": "RequestMappingHandlerAdapter.java",
      "lineNumber": 792,
      "methodName": "handleInternal",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter",
      "fileName": "AbstractHandlerMethodAdapter.java",
      "lineNumber": 87,
      "methodName": "handle",
      "nativeMethod": false
    },
    {
      "className": "org.springframework.web.servlet.DispatcherServlet",
      "fileName": "DispatcherServlet.java",
      "lineNumber": 1040,
      "methodName": "doDispatch",
      "nativeMethod": false
    }
  ],
  "message": "InvalidParamException => Required String parameter 'uid' is not present",
  "success": false,
  "retcode": -1
}

Lets see what framework this site uses

@moonlitgrace
Copy link
Owner

Lets see what framework this site uses

LOL its Sprint booooot
okay? whats the big deal

@baseplate-admin
Copy link
Collaborator Author

okay? whats the big deal

They dont use django :(

@moonlitgrace moonlitgrace changed the title Design ForumCore style: design ForumCore Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants