fbl773 / point-b_ank

Forked from PCubed by the marvelous 371 team 4
Apache License 2.0
0 stars 0 forks source link

Meeting Item: Endpoints #33

Open fbl773 opened 2 weeks ago

fbl773 commented 2 weeks ago

~issue - We have a bunch of endpoints that we decided not to convert/implement

Description

There are a few endpoints that the team had that really did not need to exist. Most of them provide the ability to add entities that come from a constrained set, thus making them mutable makes no sense. Others (i.e. statisticsGenerator) handle functionality that could be handled on the frontened or are complex enough to warrant some design discussions.

app.use("/aggregateStatisticsGenerators",unimplemented_router);
app.use("/bladeshapes", unimplemented_router);
app.use("/baseshapes", unimplemented_router);
app.use("/haftingshapes", unimplemented_router);
app.use("/crosssections", unimplemented_router);
app.use("/artifacttypes", unimplemented_router);