Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@steedos/app-project-management
Advanced tools
中文 · Report a bug · Discussions
Help you track and manage projects, milestones, tasks, blocked tasks, overdue tasks, time, cost, and has detailed reporting functions. The system is based on Steedos Platform and metadata driven, which can be quickly customized.
node -v
). You can use nvm for managing multiple Node versions on a single machine installed.yarn version
). Yarn is a performant package manager for JavaScript and replaces the npm
client. It is not strictly necessary but highly encouraged.project-management-app
├── steedos-app/main/default
│ ├── applications
│ │ └── project.app.yml
│ └── objects
│ └──project__c
│ ├── buttons
│ │ └── print.button.yml
│ │ └── print.button.js
│ ├── fields
│ │ └── name.field.yml
│ │ └── description.field.yml
│ │ └── isDone.field.yml
│ │ └── status__c.field
│ │ └── ...
│ ├── listviews
│ │ └── all.listview.yml
│ │ └── recent.listview.yml
│ │ └── my.listview.yml
│ ├── permissions
│ │ └── user.permission.yml
│ │ └── admin.permission.yml
│ │ └── project_manager.permission.yml
│ └── project.object.yml
│ └──...
├── .env
├── .gitignore
├── package.json
├── README.md
├── server.js
├── steedos-config.yml
└── yarn.lock
The source code of the project depends on nodejs environment. To use mongodb database, the corresponding running environment should be deployed first.
http://127.0.0.1:5000/
For the first time, the database is empty. You need to register an account and choose to create an enterprise.Steedos Platform is a visual modeling and descriptive programming development tool. The design goal is to lower the threshold of application construction so that everyone can participate in the development. The system has built-in data modeling and a series of automatic tools, including validation rules, public computing, workflow rules, automatic operation, approval process, report engine and so on.
If you have any questions or want to talk to other users of Steedos Platform , please jump to GitHub for discussion Click to Discuss or Join me on Slack-it's a faster,simpler way to work.
FAQs
Steedos Project Management System
We found that @steedos/app-project-management demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.